Fixed bug #148: CQL parser may leak. CQL nodes now allocated using
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 1 Nov 2004 20:13:02 +0000 (20:13 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 1 Nov 2004 20:13:02 +0000 (20:13 +0000)
commit87ca9b11fd146605fc3b54fcafbcad9869487295
tree0d0d0eb420a0a954d19a73b14f93b1b72a34d1e9
parent49cab9854f19abbef3a618a41514872039c316a3
Fixed bug #148: CQL parser may leak. CQL nodes now allocated using
NMEM instead of xmalloc. For this reason, few prototypes were changed in
include/yaz/cql.h.
NEWS
include/yaz/cql.h
src/cql.y
src/cqltransform.c
src/cqlutil.c