source:
npl/X/glib2/0001-GDBusProxy-Fix-a-memory-leak-during-initialization.patch
Last change on this file was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 714 bytes |
-
gio/gdbusproxy.c
From db641e32920ee8b553ab6f2d318aafa156e4390c Mon Sep 17 00:00:00 2001 From: Evangelos Foutras <evangelos@foutrelis.com> Date: Wed, 25 Nov 2015 23:29:18 +0200 Subject: [PATCH] GDBusProxy: Fix a memory leak during initialization https://bugzilla.gnome.org/show_bug.cgi?id=758641 --- gio/gdbusproxy.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gio/gdbusproxy.c b/gio/gdbusproxy.c index 52a22fb..7b1140f 100644
a b async_initable_init_second_finish (GAsyncInitable *initable, 1720 1720 if (result != NULL) 1721 1721 { 1722 1722 process_get_all_reply (proxy, result); 1723 g_variant_unref (result); 1723 1724 } 1724 1725 1725 1726 proxy->priv->initialized = TRUE;
Note: See TracBrowser
for help on using the repository browser.