After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 686209 - memleak with "text-shadow" css
memleak with "text-shadow" css
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2012-10-16 08:29 UTC by Michael Vogt
Modified: 2012-10-16 17:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Small test to reproduce the issue (968 bytes, text/x-python)
2012-10-16 08:29 UTC, Michael Vogt
Details
The correct test script (1.01 KB, text/x-python)
2012-10-16 09:35 UTC, Michael Vogt
Details

Description Michael Vogt 2012-10-16 08:29:27 UTC
Created attachment 226529 [details]
Small test to reproduce the issue

It appears that using the "text-shadow" css causes a memory leak.

I will attach a small test app that reproduces the issue.
Comment 1 Michael Vogt 2012-10-16 09:35:29 UTC
Created attachment 226532 [details]
The correct test script

Sorry, I was attaching my test without text-shadow that shows that the memory is stable without. This is now the correct one.
Comment 2 Sebastien Bacher 2012-10-16 09:40:27 UTC
Confirmed on GNOME 3.6, the same code doesn't leak on GNOME 3.4 (need to tweak the .py to remove the "px" use to get it to run though)
Comment 3 Cosimo Cecchi 2012-10-16 17:23:02 UTC
Pushed a fix for this to git now, thanks for the report.