libnm: fix memleak in _nm_dbus_bind_properties()

(cherry picked from commit 1567a9f712)
This commit is contained in:
Thomas Haller 2015-02-08 13:30:54 +01:00
parent 590334754d
commit 5ab76d006e

View file

@ -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 *