From 45f9133aa48ae514abd0dd56f4b09b8258b5490c Mon Sep 17 00:00:00 2001 From: Cosimo Alfarano Date: Thu, 21 Jul 2011 18:01:01 +0100 Subject: [PATCH 3/3] Free filters as well --- bustle-dbus-monitor.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/bustle-dbus-monitor.c b/bustle-dbus-monitor.c index 22ffe7d..726b5e4 100644 --- a/bustle-dbus-monitor.c +++ b/bustle-dbus-monitor.c @@ -466,8 +466,9 @@ main (int argc, char *argv[]) dbus_error_free (&error); exit (1); } - free(filters[i]); + free(filters[i]); } + free (filters); } else { -- 1.7.5.4