X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=test%2Ftstnmem.c;h=4d51ed70e83df1961c0a79482322bcc9b8bcd96d;hp=930d18c83a3bcb71ba55accc74288bf7b92f271b;hb=dc4414aeda179bc8ebe3fc46ac53e4a24d265d16;hpb=926baf66afa1e3646b2e456adeb66c623c9aca9f diff --git a/test/tstnmem.c b/test/tstnmem.c index 930d18c..4d51ed7 100644 --- a/test/tstnmem.c +++ b/test/tstnmem.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2007, Index Data ApS * See the file LICENSE for details. * - * $Id: tstnmem.c,v 1.7 2007-01-03 08:42:16 adam Exp $ + * $Id: tstnmem.c,v 1.8 2007-04-17 20:26:18 adam Exp $ */ #if HAVE_CONFIG_H @@ -23,7 +23,6 @@ void tst(void) int j; char *cp; - nmem_init(); n = nmem_create(); YAZ_CHECK(n); @@ -47,7 +46,6 @@ void tst(void) YAZ_CHECK(cp); } nmem_destroy(n); - nmem_exit(); } int main (int argc, char **argv)