mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-01 17:40:14 +01:00
ovs: fix memory leak
(cherry picked from commit508c7679cf) (cherry picked from commitad17cfff24) (cherry picked from commit836b9e24a4) (cherry picked from commitadc76d28c9) (cherry picked from commit0301b55a71)
This commit is contained in:
parent
2d4977eca0
commit
f9431bbe50
1 changed files with 1 additions and 1 deletions
|
|
@ -1080,7 +1080,7 @@ ovsdb_got_msg (NMOvsdb *self, json_t *msg)
|
|||
OvsdbMethodCall *call = NULL;
|
||||
OvsdbMethodCallback callback;
|
||||
gpointer user_data;
|
||||
GError *local = NULL;
|
||||
gs_free_error GError *local = NULL;
|
||||
|
||||
if (json_unpack_ex (msg, &json_error, 0, "{s?:o, s?:s, s?:o, s?:o, s?:o}",
|
||||
"id", &json_id,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue