On Tue, Jun 08, 2004 at 09:58:10PM -0700, Paul Querna wrote: > On Mon, 2004-06-07 at 21:21 +0100, Joe Orton wrote: > > Ah, also pollset_create will need to register a cleanup now there is > > something to clean up now I notice... > > pollset_destroy() ?
It's part of the deal with pools that nothing is supposed to leak even if you don't explicitly destroy/close objects. joe