projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e412da
)
Fixed minor memory leak.
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 13 Oct 2008 13:09:11 +0000
(15:09 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 13 Oct 2008 13:09:11 +0000
(15:09 +0200)
src/pazpar2_config.c
patch
|
blob
|
history
diff --git
a/src/pazpar2_config.c
b/src/pazpar2_config.c
index
f6baa27
..
174fe83
100644
(file)
--- a/
src/pazpar2_config.c
+++ b/
src/pazpar2_config.c
@@
-384,6
+384,7
@@
static struct conf_service *parse_service(xmlNode *node)
xmlFree(xml_type);
xmlFree(xml_termlist);
xmlFree(xml_rank);
+ xmlFree(xml_setting);
md_node++;
}
else