X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=util%2Fsrwtst.c;h=f293620e6d42f4d85ba11fd95f1051708074eef8;hp=232efdaac5ed2f6becd534e5e056346aec81b6bf;hb=dc4414aeda179bc8ebe3fc46ac53e4a24d265d16;hpb=8d691989077a0addcbd840d769dce6700f3d9622 diff --git a/util/srwtst.c b/util/srwtst.c index 232efda..f293620 100644 --- a/util/srwtst.c +++ b/util/srwtst.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2007, Index Data ApS * See the file LICENSE for details. * - * $Id: srwtst.c,v 1.6 2007-01-03 08:42:16 adam Exp $ + * $Id: srwtst.c,v 1.7 2007-04-17 20:26:18 adam Exp $ */ #include @@ -25,7 +25,6 @@ int main(int argc, char **argv) ODR decode, encode; int debug = 0; - nmem_init(); if (argc == 2 && !strcmp(argv[1], "debug")) debug = 1; no = fread(buf, 1, sizeof(buf), stdin); @@ -96,7 +95,6 @@ int main(int argc, char **argv) } odr_destroy(decode); odr_destroy(encode); - nmem_exit(); exit(0); } #else