On Fri, Jul 19, 2002 at 05:49:24PM -0000, [EMAIL PROTECTED] wrote:
> @@ -186,6 +186,8 @@
> }
> printf("OK\n");
>
> + apr_terminate();
> +
> return 0;
> }The proper thing to do is: atexit(apr_terminate); at the beginning of the program (notably near the apr_initialize call). -- justin
