dreid 2004/06/22 03:24:14
Modified: test testuri.c
Log:
destroy the pool after the test.
Revision Changes Path
1.7 +2 -0 apr-util/test/testuri.c
Index: testuri.c
===================================================================
RCS file: /home/cvs/apr-util/test/testuri.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- testuri.c 21 Jun 2004 15:42:34 -0000 1.6
+++ testuri.c 22 Jun 2004 10:24:14 -0000 1.7
@@ -224,6 +224,8 @@
abts_run_test(suite, test_aup, pool);
abts_run_test(suite, test_uph, pool);
+ apr_pool_destroy(pool);
+
return suite;
}