ovs: fix memory leak

This commit is contained in:
Beniamino Galvani 2019-10-25 10:36:52 +02:00
parent 9f1d6ce1a7
commit 508c7679cf

View file

@ -1093,7 +1093,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,