X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fmain.c;h=e97ae7ce4371e8c7c68c42d3a94fedaf05280c3c;hb=da822637709558b602b796afed937ef434209749;hp=ef92bb6c5b7f732559b6cb8bdb26d8f50f5d2d32;hpb=4ed5fbcd29d2a98b048d1d94510b262d352b4f7c;p=idzebra-moved-to-github.git diff --git a/index/main.c b/index/main.c index ef92bb6..e97ae7c 100644 --- a/index/main.c +++ b/index/main.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: main.c,v $ - * Revision 1.64 1999-05-15 14:36:38 adam + * Revision 1.65 1999-05-20 12:57:18 adam + * Implemented TCL filter. Updated recctrl system. + * + * Revision 1.64 1999/05/15 14:36:38 adam * Updated dictionary. Implemented "compression" of dictionary. * * Revision 1.63 1999/03/09 16:27:49 adam @@ -549,6 +552,7 @@ int main (int argc, char **argv) else logf (LOG_WARN, "unknown option '-%s'", arg); } + recTypes_destroy (rGroupDef.recTypes); if (common_resource) { zebraIndexUnlock ();