summaryrefslogtreecommitdiff
path: root/vconf-compat
diff options
context:
space:
mode:
Diffstat (limited to 'vconf-compat')
-rw-r--r--vconf-compat/vconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vconf-compat/vconf.c b/vconf-compat/vconf.c
index fd83b8a..b9e4032 100644
--- a/vconf-compat/vconf.c
+++ b/vconf-compat/vconf.c
@@ -1434,7 +1434,7 @@ static struct _keynode_t *_vconf_alloc_keynode(const char *keyname)
r = _vconf_set_keynode_value(v, keynode);
if (r != 0) {
- free(keynode);
+ _vconf_free_keynode(keynode);
buxton_value_free(v);
return NULL;
}