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

Re: svn commit: r9462 - in trunk/subversion: libsvn_fs libsvn_fs_fs

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-04-23 04:10:34 CEST

On Thu, 2004-04-22 at 18:50, jpieper@tigris.org wrote:
> - svn_fs_root_t *root = apr_pcalloc (subpool, sizeof (*root));
> + svn_fs_root_t *root = apr_pcalloc (pool, sizeof (*root));

Why this part of the change? There shouldn't be anything wrong with
allocating the root from the subpool.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 23 04:10:59 2004

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.