You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by vijay <vi...@collab.net> on 2010/12/27 10:35:02 UTC

[PATCH] Force scratch pool usage in the calls to svn_uri_condense_targets/svn_dirent_condense_targets

Hi,

We can use SCRATCH_POOL in the calls to 
svn_uri_condense_targets/svn_dirent_condense_targets  wherever it is 
applicable. It will save few bits of memory.

The attached patch forces SCRATCH_POOL usage in few places.

Thanks & Regards,
Vijayaguru

Re: [PATCH] Force scratch pool usage in the calls to svn_uri_condense_targets/svn_dirent_condense_targets

Posted by Stefan Sperling <st...@elego.de>.
On Mon, Dec 27, 2010 at 04:05:02PM +0530, vijay wrote:
> Hi,
> 
> We can use SCRATCH_POOL in the calls to
> svn_uri_condense_targets/svn_dirent_condense_targets  wherever it is
> applicable. It will save few bits of memory.
> 
> The attached patch forces SCRATCH_POOL usage in few places.
> 
> Thanks & Regards,
> Vijayaguru

Thank you, committed in r1058237.

Stefan