On Thu, Jan 3, 2013 at 12:17 PM, Daniel Shahaf <danie...@elego.de> wrote:
> What's the benefit of this?  Destroying the pool at process exit ---
> it's not to reclaim memory.  Is it to ensure some pool cleanup callback
> fires?

It's mostly just a correctness thing.  I noticed it when I noticed
that 1.7.x's svnauthz-validate crashes on error handling.

Right now it has no impact whatsoever since we're doing only read-only
ops on a repository.  But if we weren't then yes the pool cleanups
might be an issue.

Reply via email to