X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=util%2Fsrwtst.c;h=f293620e6d42f4d85ba11fd95f1051708074eef8;hp=35e60b4f123a93e4c90b3e1719d6a57c838207a1;hb=dc4414aeda179bc8ebe3fc46ac53e4a24d265d16;hpb=fc6d778b923000b5c6ad8e108b0b184178a9d33f diff --git a/util/srwtst.c b/util/srwtst.c index 35e60b4..f293620 100644 --- a/util/srwtst.c +++ b/util/srwtst.c @@ -1,8 +1,8 @@ /* - * Copyright (C) 1995-2005, Index Data ApS + * Copyright (C) 1995-2007, Index Data ApS * See the file LICENSE for details. * - * $Id: srwtst.c,v 1.5 2006-07-06 10:17:55 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