[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r1427254 - /subversion/trunk/tools/server-side/svnauthz-validate.c

From: Ben Reser <ben_at_reser.org>
Date: Thu, 3 Jan 2013 12:38:08 -0800

On Thu, Jan 3, 2013 at 12:17 PM, Daniel Shahaf <danielsh_at_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.
Received on 2013-01-03 21:38:47 CET

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.