X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=test%2Ftstxmlquery.c;h=c1828e2f9565d86b6d79fc462b5b07082e809583;hp=1b6dc1bd69c7f8cfcb84d1d29602f522a84f7e15;hb=1aac63eecd76d5d060da84037a355c153d747ca7;hpb=379504a233e3e2cc85bca1e7b6d864f1395aec7c diff --git a/test/tstxmlquery.c b/test/tstxmlquery.c index 1b6dc1b..c1828e2 100644 --- a/test/tstxmlquery.c +++ b/test/tstxmlquery.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2009 Index Data + * Copyright (C) 1995-2010 Index Data * See the file LICENSE for details. */ @@ -93,6 +93,7 @@ enum pqf2xml_status pqf2xml_text(const char *pqf, const char *expect_xml, status = XML_NO_MATCH; } xmlFreeDoc(doc); + xmlFree(buf_out); } #else status = QUERY2XML_FAILED;