summaryrefslogtreecommitdiff
path: root/libsoup/soup-cache.c
diff options
context:
space:
mode:
authorXan Lopez <xlopez@igalia.com>2011-06-29 21:25:27 +0200
committerXan Lopez <xlopez@igalia.com>2011-07-05 15:34:35 +0200
commit61855e656b42f31beae89b03f333ed941a5c154b (patch)
treef930fe495c89c0a2fc6afec511991e3c663bc645 /libsoup/soup-cache.c
parent7ae20f7a5d0ed03fc1526508ce80fc71c489ec9f (diff)
downloadlibsoup-61855e656b42f31beae89b03f333ed941a5c154b.tar.gz
soup-cache: plug memory leak
Diffstat (limited to 'libsoup/soup-cache.c')
-rw-r--r--libsoup/soup-cache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsoup/soup-cache.c b/libsoup/soup-cache.c
index 18e63b8c..bd4c2db2 100644
--- a/libsoup/soup-cache.c
+++ b/libsoup/soup-cache.c
@@ -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);
}