summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJiří Klimeš <jklimes@redhat.com>2010-12-13 16:36:46 +0100
committerJiří Klimeš <jklimes@redhat.com>2010-12-13 16:36:46 +0100
commit1beb2632a0ce5acb1bb2df35a6fb0cc5d4ad83b7 (patch)
treebc4e49080aa4de074937253ea47c688a7cc061f7 /examples
parentca6e6b620df910b0c1da5aecb17419e18b53f0eb (diff)
examples: fix double free() error in get-active-connections
Diffstat (limited to 'examples')
-rw-r--r--examples/C/get-active-connections.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/C/get-active-connections.c b/examples/C/get-active-connections.c
index 689b7ff6e2..a605c2ac4b 100644
--- a/examples/C/get-active-connections.c
+++ b/examples/C/get-active-connections.c
@@ -212,7 +212,6 @@ get_active_connections (DBusGConnection *bus, DBusGProxy *proxy)
/* And print out the details of each active connection */
for (i = 0; i < paths->len; i++)
get_active_connection_details (bus, g_ptr_array_index (paths, i));
- g_ptr_array_free (paths, TRUE);
out:
g_value_unset (&value);