X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Ftstnmem.c;h=aeda13ae939a54c046566be4112469dd3829cd5a;hb=90aa30aeb696ad039711db3c1404406b53df4dd3;hp=930d18c83a3bcb71ba55accc74288bf7b92f271b;hpb=8d691989077a0addcbd840d769dce6700f3d9622;p=yaz-moved-to-github.git diff --git a/test/tstnmem.c b/test/tstnmem.c index 930d18c..aeda13a 100644 --- a/test/tstnmem.c +++ b/test/tstnmem.c @@ -1,8 +1,6 @@ -/* - * Copyright (C) 1995-2007, Index Data ApS +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2008 Index Data * See the file LICENSE for details. - * - * $Id: tstnmem.c,v 1.7 2007-01-03 08:42:16 adam Exp $ */ #if HAVE_CONFIG_H @@ -23,7 +21,6 @@ void tst(void) int j; char *cp; - nmem_init(); n = nmem_create(); YAZ_CHECK(n); @@ -47,7 +44,6 @@ void tst(void) YAZ_CHECK(cp); } nmem_destroy(n); - nmem_exit(); } int main (int argc, char **argv)