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 --- layout.c | 1 + 1 file changed, 1 insertion(+) (limited to 'layout.c') diff --git a/layout.c b/layout.c index bdfbd0a..4754daa 100644 --- a/layout.c +++ b/layout.c @@ -88,6 +88,7 @@ static int layout_migrate(const char *section) if (cfg_rename(section, old, new) < 0) { error("WARNING: %s: both keys '%s' and '%s' may not exist!", section, old, new); } + free(new); } /* next field */ -- cgit v1.2.3