projects
/
yaz-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:
2729cd0
)
record_conv: fix leaks (when configure fails)
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 28 Jan 2013 14:31:23 +0000
(15:31 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 28 Jan 2013 14:31:23 +0000
(15:31 +0100)
src/record_conv.c
patch
|
blob
|
history
diff --git
a/src/record_conv.c
b/src/record_conv.c
index
4e69f43
..
731fa35
100644
(file)
--- a/
src/record_conv.c
+++ b/
src/record_conv.c
@@
-194,6
+194,7
@@
static void *construct_xslt(const xmlNode *ptr,
{
wrbuf_printf(wr_error, "Element <xslt>: "
"attribute 'stylesheet' expected");
+ nmem_destroy(nmem);
return 0;
}
else
@@
-208,6
+209,7
@@
static void *construct_xslt(const xmlNode *ptr,
if (path)
wrbuf_printf(wr_error, " with path '%s'", path);
+ nmem_destroy(nmem);
return 0;
}
info->xsp_doc = xmlParseFile(fullpath);
@@
-217,6
+219,7
@@
static void *construct_xslt(const xmlNode *ptr,
" xml parse failed: %s", stylesheet, fullpath);
if (path)
wrbuf_printf(wr_error, " with path '%s'", path);
+ nmem_destroy(nmem);
return 0;
}
/* need to copy this before passing it to the processor. It will