summaryrefslogtreecommitdiff
path: root/test/testthread.c
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2002-07-19 17:49:24 +0000
committerBradley Nicholes <bnicholes@apache.org>2002-07-19 17:49:24 +0000
commitbee89482777e2fadeb37de2d3dc80527dac3a664 (patch)
tree7d15645520a32f74566cc041caf8b741afc7c837 /test/testthread.c
parentaff5f99015e070f901d32bb6f494048f2d322615 (diff)
downloadapr-bee89482777e2fadeb37de2d3dc80527dac3a664.tar.gz
Terminate APR properly
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63713 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testthread.c')
-rw-r--r--test/testthread.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/testthread.c b/test/testthread.c
index f59cb3a5d..c41732ccc 100644
--- a/test/testthread.c
+++ b/test/testthread.c
@@ -186,6 +186,8 @@ int main(void)
}
printf("OK\n");
+ apr_terminate();
+
return 0;
}