Cleanup de-init function YAZ-863
[yaz-moved-to-github.git] / src / test.c
index 258517e..4e6b960 100644 (file)
@@ -158,6 +158,7 @@ void yaz_check_term1(void)
     }
     if (test_fout)
         fclose(test_fout);
+    yaz_deinit_globals();
     if (test_failed)
         exit(1);
     exit(0);