summaryrefslogtreecommitdiff
path: root/tests/gc.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gc.c')
-rw-r--r--tests/gc.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/gc.c b/tests/gc.c
index 0915ff763b..8965fda6ec 100644
--- a/tests/gc.c
+++ b/tests/gc.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2004, 2005 Free Software Foundation
+ * Copyright (C) 2004, 2005, 2008 Free Software Foundation
*
* This file is part of GNUTLS.
*
@@ -143,4 +143,6 @@ doit (void)
}
gc_done ();
+
+ gnutls_global_deinit();
}