Blame SOURCES/0001-GDBusProxy-Fix-a-memory-leak-during-initialization.patch

c6b9e5
From e98e1eff83c742c73a148dd7b75c00d77e0cee40 Mon Sep 17 00:00:00 2001
c6b9e5
From: Evangelos Foutras <evangelos@foutrelis.com>
c6b9e5
Date: Wed, 25 Nov 2015 23:29:18 +0200
c6b9e5
Subject: [PATCH] GDBusProxy: Fix a memory leak during initialization
c6b9e5
c6b9e5
https://bugzilla.gnome.org/show_bug.cgi?id=758641
c6b9e5
---
c6b9e5
 gio/gdbusproxy.c | 1 +
c6b9e5
 1 file changed, 1 insertion(+)
c6b9e5
c6b9e5
diff --git a/gio/gdbusproxy.c b/gio/gdbusproxy.c
c6b9e5
index 52a22fb..7b1140f 100644
c6b9e5
--- a/gio/gdbusproxy.c
c6b9e5
+++ b/gio/gdbusproxy.c
c6b9e5
@@ -1720,6 +1720,7 @@ async_initable_init_second_finish (GAsyncInitable  *initable,
c6b9e5
   if (result != NULL)
c6b9e5
     {
c6b9e5
       process_get_all_reply (proxy, result);
c6b9e5
+      g_variant_unref (result);
c6b9e5
     }
c6b9e5
 
c6b9e5
   proxy->priv->initialized = TRUE;
c6b9e5
-- 
c6b9e5
1.8.3.1
c6b9e5