GNOME Bugzilla – Bug 686209
memleak with "text-shadow" css
Last modified: 2012-10-16 17:23:02 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.
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.
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)
Pushed a fix for this to git now, thanks for the report.