soup-cache: plug memory leak
authorXan Lopez <xlopez@igalia.com>
Wed, 29 Jun 2011 19:25:27 +0000 (21:25 +0200)
committerXan Lopez <xlopez@igalia.com>
Tue, 5 Jul 2011 13:34:35 +0000 (15:34 +0200)
libsoup/soup-cache.c

index 18e63b8..bd4c2db 100644 (file)
@@ -1721,6 +1721,7 @@ soup_cache_load (SoupCache *cache)
        cache->priv->lru_start = g_list_reverse (cache->priv->lru_start);
 
        /* frees */
+       g_variant_iter_free (entries_iter);
        g_variant_unref (cache_variant);
 }