mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 09:46:17 +01:00
GDBusProxy: Fix a memory leak during initialization
https://bugzilla.gnome.org/show_bug.cgi?id=758641
This commit is contained in:
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;
|
||||
|
Loading…
Reference in New Issue
Block a user