Destroy bibset upon completion
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 30 Apr 2007 19:50:22 +0000 (19:50 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 30 Apr 2007 19:50:22 +0000 (19:50 +0000)
util/cclsh.c

index 6882ce2..b1e06e1 100644 (file)
@@ -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;
 }
 /*