From 5ab76d006e5cf5c3c2ca289721601144bdf5a214 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Sun, 8 Feb 2015 13:30:54 +0100 Subject: [PATCH] libnm: fix memleak in _nm_dbus_bind_properties() (cherry picked from commit 1567a9f7125f0384226bced6ae8c92346251439c) --- libnm/nm-dbus-helpers.c | 1 + 1 file changed, 1 insertion(+) 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 *