mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-21 17:37:53 +02:00
GDBusProxy: Fix a memory leak during initialization
https://bugzilla.gnome.org/show_bug.cgi?id=758641
This commit is contained in:
committed by
Colin Walters
parent
be225b76a7
commit
db641e3292
@@ -1720,6 +1720,7 @@ async_initable_init_second_finish (GAsyncInitable *initable,
|
||||
if (result != NULL)
|
||||
{
|
||||
process_get_all_reply (proxy, result);
|
||||
g_variant_unref (result);
|
||||
}
|
||||
|
||||
proxy->priv->initialized = TRUE;
|
||||
|
Reference in New Issue
Block a user