X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=test%2Ftstccl.c;h=daf2fb65038005b3d927ee737000f373da50284b;hp=6b3ff05c1c3345aa0a93f90c82f0a8df0df6aacf;hb=ee6ab2ee3a9ee1a8c65d7272ec7fba1d886f5af0;hpb=de80462103c0fc554c8fa40827894f92fa9d8fe6 diff --git a/test/tstccl.c b/test/tstccl.c index 6b3ff05..daf2fb6 100644 --- a/test/tstccl.c +++ b/test/tstccl.c @@ -1,8 +1,6 @@ -/* - * Copyright (C) 1995-2007, Index Data ApS +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2008 Index Data * See the file LICENSE for details. - * - * $Id: tstccl.c,v 1.16 2007-04-25 20:52:19 adam Exp $ */ /* CCL test */ @@ -127,6 +125,8 @@ void tst1(int pass) r = ccl_xml_config(bibset, xmlDocGetRootElement(doc), &addinfo); YAZ_CHECK_EQ(r, 0); + + xmlFreeDoc(doc); } break; #else