GNOME Bugzilla – Bug 378680
leak in file_theme_type() in theme-switcher
Last modified: 2006-11-27 09:52:12 UTC
file_theme_type() allocates a GnomeVFSURI for the files from each possible kind of theme. If the check is successful, it deallocates the GnomeVFSURI. If not, it leaks it.
Created attachment 77085 [details] [review] Fix the leak
Confirming. This is an obvious leak.
Patch was a no brainer, so comitted to both stable (2.16) and HEAD.