GNOME Bugzilla – Bug 690382
SoupCache is leaking when clearing the cache files
Last modified: 2012-12-19 09:54:11 UTC
SoupCache is leaking GFileInfo returned by g_file_enumerator_next_file() when clearing the cache files in clear_cache_files(). http://git.gnome.org/browse/libsoup/tree/libsoup/soup-cache.c#n1503
Created attachment 231779 [details] [review] Fix proposal
Good catch!
Committed in 4eed2047493d1956184d9310e1b1b3b28472763d.
Thanks Chris.