X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=ccl%2Fcclfind.c;h=f8b19a600a5d8db6d400424c1ed70c4be416f77c;hp=b20b3cdb8b69c25d25e31ae0b46b1792faa3a106;hb=b440dce0831a72bebe4f4821ab7771cc05e8facb;hpb=044d170f0a963555486df54653cd2fdc5815928b diff --git a/ccl/cclfind.c b/ccl/cclfind.c index b20b3cd..f8b19a6 100644 --- a/ccl/cclfind.c +++ b/ccl/cclfind.c @@ -45,7 +45,10 @@ * Europagate, 1995 * * $Log: cclfind.c,v $ - * Revision 1.10 1998-02-11 11:53:33 adam + * Revision 1.11 1999-03-31 11:15:37 adam + * Fixed memory leaks in ccl_find_str and ccl_qual_rm. + * + * Revision 1.10 1998/02/11 11:53:33 adam * Changed code so that it compiles as C++. * * Revision 1.9 1997/09/29 08:56:37 adam @@ -856,5 +859,6 @@ struct ccl_rpn_node *ccl_find_str (CCL_bibset bibset, const char *str, if (*error) *pos = cclp->error_pos - str; ccl_parser_destroy (cclp); + ccl_token_del (list); return p; }