mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-08 18:50:18 +01:00
libnm: fix memleak in _nm_dbus_bind_properties()
(cherry picked from commit 1567a9f712)
This commit is contained in:
parent
590334754d
commit
5ab76d006e
1 changed files with 1 additions and 0 deletions
|
|
@ -349,6 +349,7 @@ _nm_dbus_bind_properties (gpointer object, gpointer skeleton)
|
|||
skeleton, properties[i]->name,
|
||||
G_BINDING_BIDIRECTIONAL | G_BINDING_SYNC_CREATE);
|
||||
}
|
||||
g_free (properties);
|
||||
}
|
||||
|
||||
static char *
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue