aboutsummaryrefslogtreecommitdiffstats
path: root/layout.c
diff options
context:
space:
mode:
authoredman007 <edman007@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2009-11-17 01:47:43 +0000
committeredman007 <edman007@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2009-11-17 01:47:43 +0000
commitca7f4df6326b76895780ec17a590862b4806d4f5 (patch)
tree910b50a8d71cb84f225520e914f37083c4fd1638 /layout.c
parentf6d08113a652adede8e2132f20e86a57e1553852 (diff)
downloadlcd4linux-ca7f4df6326b76895780ec17a590862b4806d4f5.tar.gz
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
Diffstat (limited to 'layout.c')
-rw-r--r--layout.c1
1 files changed, 1 insertions, 0 deletions
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 */