soup-cache: Fix a memory leak.
authorSudarsana Nagineni <sudarsana.nagineni@intel.com>
Mon, 17 Dec 2012 22:11:13 +0000 (00:11 +0200)
committerChristophe Dumez <christophe.dumez@intel.com>
Wed, 19 Dec 2012 09:41:51 +0000 (11:41 +0200)
commit4eed2047493d1956184d9310e1b1b3b28472763d
treedacf2d806a558fec925c14a8c8074b5c08c6b8b1
parent00fa1ad0dc9df59c3de3131c85ef3891c61cbe2b
soup-cache: Fix a memory leak.

The GFileInfo returned by g_file_enumerator_next_file() must be freed with g_object_unref().

https://bugzilla.gnome.org/show_bug.cgi?id=690382
libsoup/soup-cache.c