[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:40:23 CEST

On Thu, 2004-04-22 at 22:38, Josh Pieper wrote:
> When the root is closed, there is a command like:
>
> svn_pool_destroy (root->pool);
>
> I may have been mistaken, but is it OK to destroy the pool that
> contains the pointer to the pool you are destroying? If so, then I
> will revert that portion of the change.

Yes, it's okay to do so. root->pool is evaluated before
svn_pool_destroy() is called; the expression doesn't have to remain
valid after that.

---------------------------------------------------------------------
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:40:38 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.