Re: Pool usage
From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2004-05-23 17:38:37 CEST
"Peter N. Lundblad" <peter@famlundblad.se> writes:
> hash table. The pool should live longer than the temporary string used by
Make a subpool of hash_pool, use it for your fprintf()'s (and also for
for (hi = apr_hash_first (hash_pool, rb->props);
And then destroy it before exiting the function.
That way the only use of the hash_pool itself is when we are
Additinally:
> Index: main.c
Indentation is busted here ^^^.
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.