mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-06-19 04:18:30 +02:00
core: fix a crash due to GValueArray/GArray freeing mismatch (rh #865009)
This commit is contained in:
parent
d4049c5c0a
commit
b95b6c8aa1
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ dispatcher_done_cb (DBusGProxy *proxy, DBusGProxyCall *call, gpointer user_data)
|
|||
} else
|
||||
nm_log_dbg (LOGD_CORE, "Dispatcher result element %d invalid type", i);
|
||||
|
||||
g_array_unref ((GArray *) item);
|
||||
g_value_array_free (item);
|
||||
}
|
||||
g_ptr_array_free (results, TRUE);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue