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:
5465ce3
)
Fixed problem with double free of memory
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 26 Apr 2007 21:41:57 +0000
(21:41 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 26 Apr 2007 21:41:57 +0000
(21:41 +0000)
src/cclqual.c
patch
|
blob
|
history
diff --git
a/src/cclqual.c
b/src/cclqual.c
index
c69b1d8
..
6eedfb2
100644
(file)
--- 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;