summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cf19c40)
raw | patch | inline | side by side (parent: cf19c40)
author | Marc Fournier <marc.fournier@camptocamp.com> | |
Sat, 4 Apr 2015 22:54:37 +0000 (00:54 +0200) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Sat, 4 Apr 2015 22:54:37 +0000 (00:54 +0200) |
src/bind.c | patch | blob | history |
diff --git a/src/bind.c b/src/bind.c
index 45a4562017920430e020fbddafc1ee65009e9c90..5324ceb16e0776366ae63e7c01124b9240a7f24b 100644 (file)
--- a/src/bind.c
+++ b/src/bind.c
{
ERROR ("bind plugin: Parsing string \"%s\" to derive value failed.",
str_ptr);
+ xmlFree(str_ptr);
return (-1);
}
+ xmlFree(str_ptr);
*ret_value = value.derive;
return (0);
} /* }}} int bind_xml_read_derive */