summaryrefslogtreecommitdiff
path: root/libnm
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-02-08 13:30:54 +0100
committerThomas Haller <thaller@redhat.com>2015-02-09 11:51:05 +0100
commit1567a9f7125f0384226bced6ae8c92346251439c (patch)
treeceedf02faa3fa0a6070f98e8ecabf38e2d462b8d /libnm
parent137e496ef1a24d3da59e2188a5a8bb08a45bc49a (diff)
downloadNetworkManager-1567a9f7125f0384226bced6ae8c92346251439c.tar.gz
libnm: fix memleak in _nm_dbus_bind_properties()
Diffstat (limited to 'libnm')
-rw-r--r--libnm/nm-dbus-helpers.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libnm/nm-dbus-helpers.c b/libnm/nm-dbus-helpers.c
index 7a99e70d25..6bfd4bbd83 100644
--- a/libnm/nm-dbus-helpers.c
+++ b/libnm/nm-dbus-helpers.c
@@ -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 *