X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ftest.c;h=4e6b960c17b1b96c861613aa1ae4fb923ce4c85d;hb=917d2c4a288a19c0da7fa98ad514288d0e045413;hp=c762dbedd0493c1dd6c2e7ad8332ad5bc80e2202;hpb=cec9f9be3944b0d7891bf358a0679f0d32305621;p=yaz-moved-to-github.git diff --git a/src/test.c b/src/test.c index c762dbe..4e6b960 100644 --- a/src/test.c +++ b/src/test.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2013 Index Data + * Copyright (C) Index Data * See the file LICENSE for details. */ @@ -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);