summaryrefslogtreecommitdiff
path: root/testsuite/dlopen-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/dlopen-test.c')
-rw-r--r--testsuite/dlopen-test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/dlopen-test.c b/testsuite/dlopen-test.c
index 23ff25ad..99d3535b 100644
--- a/testsuite/dlopen-test.c
+++ b/testsuite/dlopen-test.c
@@ -28,6 +28,7 @@ main (int argc UNUSED, char **argv UNUSED)
fprintf (stderr, "unexpected nettle version\n");
FAIL ();
}
+ dlclose (handle);
return EXIT_SUCCESS;
#else
SKIP();