X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Ftstnmem.c;h=4d51ed70e83df1961c0a79482322bcc9b8bcd96d;hb=0725af5d06bfcdaf9888886f04c63810c1d8cf72;hp=000c7d24b0b8200fe4922021aa0809e6f03dfac4;hpb=06ae818deffa84ec4bc1308051ef411845dd4ce5;p=yaz-moved-to-github.git diff --git a/test/tstnmem.c b/test/tstnmem.c index 000c7d2..4d51ed7 100644 --- a/test/tstnmem.c +++ b/test/tstnmem.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: tstnmem.c,v 1.6 2006-01-29 21:59:13 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)