From ca7f4df6326b76895780ec17a590862b4806d4f5 Mon Sep 17 00:00:00 2001 From: edman007 Date: Tue, 17 Nov 2009 01:47:43 +0000 Subject: plugin_dbus.c: * Remove a few info() messages from the dbus plugin that were too verbose * Fix a few leaks in the dbus plugin event.c * Fix a heap corruption bug layout.c * Fix a leak git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1057 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- event.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'event.c') diff --git a/event.c b/event.c index db48157..6398b7d 100644 --- a/event.c +++ b/event.c @@ -151,7 +151,7 @@ int event_process(const struct timespec *timeout) j++; } } - + free(fds); return 0; } -- cgit v1.2.3