mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-08 05:40:29 +01:00
libnm-glib: fix memory leak of GSimpleAsyncResult getting connection settings
This commit is contained in:
parent
c00e2f1d9d
commit
b1fc88154b
1 changed files with 1 additions and 0 deletions
|
|
@ -425,6 +425,7 @@ init_get_settings_cb (DBusGProxy *proxy,
|
|||
}
|
||||
|
||||
g_simple_async_result_complete (init_data->result);
|
||||
g_object_unref (init_data->result);
|
||||
g_slice_free (NMRemoteConnectionInitData, init_data);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue