[libsoup] soup-cache: plug memory leak
- From: Xan Lopez <xan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup] soup-cache: plug memory leak
- Date: Tue, 5 Jul 2011 13:38:10 +0000 (UTC)
commit 61855e656b42f31beae89b03f333ed941a5c154b
Author: Xan Lopez <xlopez igalia com>
Date: Wed Jun 29 21:25:27 2011 +0200
soup-cache: plug memory leak
libsoup/soup-cache.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/libsoup/soup-cache.c b/libsoup/soup-cache.c
index 18e63b8..bd4c2db 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);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]