Happy new year
[yazpp-moved-to-github.git] / src / yaz-z-databases.cpp
index 97c0b91..9509c0b 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of the yazpp toolkit.
- * Copyright (C) 1998-2012 Index Data and Mike Taylor
+ * Copyright (C) Index Data and Mike Taylor
  * See the file LICENSE for details.
  */
 
@@ -27,7 +27,7 @@ Yaz_Z_Databases::~Yaz_Z_Databases()
 void Yaz_Z_Databases::set (int num, const char **db)
 {
     nmem_reset (nmem);
+
     m_list = (char **) nmem_malloc (nmem, num * sizeof(char*));
     m_num = num;
     for (int i = 0; i<num; i++)