X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fzebraidx.c;h=fd6d26a9310790700b6fa7a07a584e11a6e34f6f;hb=7786ecc8ce35a72145aeb9c098a4cfcc9d3c4822;hp=8ce646742798491bd5bd6db0b0713eaac9451e6d;hpb=89d3a004b7c651fd5673abfc192e1472dc4d4197;p=idzebra-moved-to-github.git diff --git a/index/zebraidx.c b/index/zebraidx.c index 8ce6467..fd6d26a 100644 --- a/index/zebraidx.c +++ b/index/zebraidx.c @@ -1,4 +1,4 @@ -/* $Id: zebraidx.c,v 1.4 2007-01-15 15:10:17 adam Exp $ +/* $Id: zebraidx.c,v 1.5 2007-04-17 20:27:14 adam Exp $ Copyright (C) 1995-2007 Index Data ApS @@ -66,8 +66,6 @@ int main (int argc, char **argv) ZebraService zs = 0; ZebraHandle zh = 0; - nmem_init (); - #ifdef WIN32 #else sprintf(nbuf, "%.40s(%ld)", *argv, (long) getpid()); @@ -280,7 +278,6 @@ int main (int argc, char **argv) res_close(res); res_close(default_res); - nmem_exit(); exit (0); return 0; }