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

Re: svn commit: r34213 - trunk/subversion/libsvn_fs_fs

From: Greg Stein <gstein_at_gmail.com>
Date: Sat, 15 Nov 2008 01:56:35 -0800

On Fri, Nov 14, 2008 at 5:46 PM, <blair_at_tigris.org> wrote:
>...
> +++ trunk/subversion/libsvn_fs_fs/tree.c Fri Nov 14 17:46:41 2008 (r34213)
>...
> @@ -1681,23 +1691,23 @@ svn_fs_fs__commit_txn(const char **confl
> was the target of the merge (but note that the youngest rev
> may have changed by then -- that's why we're careful to get
> this root in its own bdb txn here). */
> - SVN_ERR(get_root(&youngish_root_node, youngish_root, pool));
> + SVN_ERR(get_root(&youngish_root_node, youngish_root, iterpool));

This SVN_ERR might exit the function without doing the pool destruction...

(same with others, of course)

Cheers,
-g

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-11-15 10:56:48 CET

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.