bnicholes 2002/07/19 10:49:24
Modified: test testthread.c
Log:
Terminate APR properly
Revision Changes Path
1.30 +2 -0 apr/test/testthread.c
Index: testthread.c
===================================================================
RCS file: /home/cvs/apr/test/testthread.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- testthread.c 9 Apr 2002 06:45:06 -0000 1.29
+++ testthread.c 19 Jul 2002 17:49:24 -0000 1.30
@@ -186,6 +186,8 @@
}
printf("OK\n");
+ apr_terminate();
+
return 0;
}