1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-07-15 22:53:34 +02:00

GDBusProxy: Fix a memory leak during initialization

https://bugzilla.gnome.org/show_bug.cgi?id=758641
This commit is contained in:
Evangelos Foutras
2015-11-25 23:29:18 +02:00
committed by Colin Walters
parent be225b76a7
commit db641e3292

@ -1720,6 +1720,7 @@ async_initable_init_second_finish (GAsyncInitable *initable,
if (result != NULL) if (result != NULL)
{ {
process_get_all_reply (proxy, result); process_get_all_reply (proxy, result);
g_variant_unref (result);
} }
proxy->priv->initialized = TRUE; proxy->priv->initialized = TRUE;