Update headers and omit CVS Ids.
[yaz-moved-to-github.git] / test / tstnmem.c
index 000c7d2..aeda13a 100644 (file)
@@ -1,8 +1,6 @@
-/*
- * Copyright (C) 1995-2005, 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.6 2006-01-29 21:59:13 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)