On Tue, Jun 15, 2004 at 03:14:53PM -0400, Cliff Woolley wrote: > On Tue, 15 Jun 2004, Joe Orton wrote: > > > 2) allocate brigade structures using the bucket allocator > > If you're going to do this, then surely you need to call > apr_pool_cleanup_register() somewhere?
apr_brigade_create() does that already. joe