From: Adam Dickmeiss Date: Mon, 30 Apr 2007 19:50:22 +0000 (+0000) Subject: Destroy bibset upon completion X-Git-Tag: YAZ.3.0.0~16 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=f6ae71f4b4a45b3989700f5e1a73c40ccd53040a Destroy bibset upon completion --- diff --git a/util/cclsh.c b/util/cclsh.c index 6882ce2..b1e06e1 100644 --- a/util/cclsh.c +++ b/util/cclsh.c @@ -44,7 +44,7 @@ /* CCL shell. * Europagate 1995 * - * $Id: cclsh.c,v 1.6 2007-04-25 20:52:20 adam Exp $ + * $Id: cclsh.c,v 1.7 2007-04-30 19:50:22 adam Exp $ * * Old Europagate Log: * @@ -253,6 +253,7 @@ int main (int argc, char **argv) } } printf ("\n"); + ccl_qual_rm(&bibset); return 0; } /*