X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=util%2Fmarcdump.c;h=4a5ac25865946a974e341b7d80787d374e79f983;hp=967fdd75ddd62c1b697872d8e7a6d275ddb8deae;hb=dc4414aeda179bc8ebe3fc46ac53e4a24d265d16;hpb=926baf66afa1e3646b2e456adeb66c623c9aca9f diff --git a/util/marcdump.c b/util/marcdump.c index 967fdd7..4a5ac25 100644 --- a/util/marcdump.c +++ b/util/marcdump.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2007, Index Data ApS * See the file LICENSE for details. * - * $Id: marcdump.c,v 1.51 2007-03-19 14:40:08 adam Exp $ + * $Id: marcdump.c,v 1.52 2007-04-17 20:26:18 adam Exp $ */ #define _FILE_OFFSET_BITS 64 @@ -328,7 +328,6 @@ int main (int argc, char **argv) const char *leader_spec = 0; int write_using_libxml2 = 0; - nmem_init(); #if HAVE_LOCALE_H setlocale(LC_CTYPE, ""); #endif @@ -443,7 +442,6 @@ int main (int argc, char **argv) } if (cfile) fclose (cfile); - nmem_exit(); if (!no) { usage(prog);