From 33818f7f483194f2eb0f22457bbdb8de1def681a Mon Sep 17 00:00:00 2001 From: Cosimo Alfarano Date: Tue, 12 Jul 2011 17:41:56 +0100 Subject: [PATCH 3/3] free filters as well --- bustle-dbus-monitor.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/bustle-dbus-monitor.c b/bustle-dbus-monitor.c index c428d65..04d7e0d 100644 --- a/bustle-dbus-monitor.c +++ b/bustle-dbus-monitor.c @@ -439,6 +439,8 @@ main (int argc, char *argv[]) if (supports_eavesdrop_keyword) free (filter); } + + free (filters); } else { -- 1.7.5.4