On Mon, Oct 11, 2010 at 16:14, Martin Townsend <martin.towns...@power-oasis.com> wrote: > I have created a pool from the child pool for storing warning messages that > can live across requests, the final request will insert the warnings into > the response. How do I ensure that this pool is cleared at the end of the > final request?
By calling apr_pool_clear() or apr_pool_destroy()?