From: Adam Dickmeiss Date: Thu, 26 Apr 2007 21:41:57 +0000 (+0000) Subject: Fixed problem with double free of memory X-Git-Tag: YAZ.3.0.0~24 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=d4644bfe208fd1ba9158c6afb0ca616bf63e8357 Fixed problem with double free of memory --- diff --git a/src/cclqual.c b/src/cclqual.c index c69b1d8..6eedfb2 100644 --- a/src/cclqual.c +++ b/src/cclqual.c @@ -48,7 +48,7 @@ /* CCL qualifiers * Europagate, 1995 * - * $Id: cclqual.c,v 1.5 2007-04-26 09:11:56 adam Exp $ + * $Id: cclqual.c,v 1.6 2007-04-26 21:41:57 adam Exp $ * * Old Europagate Log: * @@ -236,8 +236,6 @@ void ccl_qual_add_set (CCL_bibset b, const char *name, int no, } else { - if (q->sub) /* suspect.. */ - xfree (q->sub); attrp = &q->attr_list; while (*attrp) attrp = &(*attrp)->next;