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:
7f234e0
)
Fix memory leak in service command
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 27 May 2013 18:22:12 +0000
(20:22 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 27 May 2013 18:22:12 +0000
(20:22 +0200)
src/http_command.c
patch
|
blob
|
history
diff --git
a/src/http_command.c
b/src/http_command.c
index
d4806ae
..
3ab415c
100644
(file)
--- a/
src/http_command.c
+++ b/
src/http_command.c
@@
-668,6
+668,7
@@
static void cmd_service(struct http_channel *c)
wrbuf_write(c->wrbuf, (const char *) buf->content, buf->use);
xmlBufferFree(buf);
+ xmlFreeNode(tmp);
}
response_close(c, 0);