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

Re: svn commit: rev 1718 - trunk/subversion/libsvn_client

From: <cmpilato_at_collab.net>
Date: 2002-04-15 18:57:59 CEST

cmpilato@tigris.org writes:

> +
> + /* Destroy the subpool (unless an error occurred, since we'll
> + need to keep the error around for a little while longer). */
> + if (! bump_err)
> + svn_pool_destroy (subpool);

Now that I think about it, this error won't actually live *IN* the
subpool, right? Don't errors get alloced in their own pool?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Apr 15 19:01:11 2002

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.