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

Re: [PATCH] Destroy the APR subpool before every successful returnstatement

From: Branko Čibej <brane_at_xbc.nu>
Date: 2007-01-07 11:29:27 CET

Bhuvaneswaran Arumugam wrote:
> Hello,
>
> Please find attached the patch. If this is a valid patch, i'd like to
> prepare similar clean-up patch for remaining files under
> subversion/libsvn_client directory.
>

The whole point of using pools is that you don't have to deallocate
stuff (that's known to be size-bound). So no, this is not a valid patch.
It just messes up the code without actually gaining much.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Jan 7 11:30:18 2007

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.