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

Re: svn commit: r13300 - trunk/subversion/libsvn_fs_base

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-03-09 00:08:22 CET

cmpilato@tigris.org writes:

> Author: cmpilato
> Date: Mon Mar 7 19:27:45 2005
> New Revision: 13300

> --- trunk/subversion/libsvn_fs_base/tree.c (original)
> +++ trunk/subversion/libsvn_fs_base/tree.c Mon Mar 7 19:27:45 2005

> @@ -2669,7 +2676,7 @@
> commit again. Or if that's not what happened, then just
> return the error. */
> svn_revnum_t youngest_rev;
> - SVN_ERR (svn_fs_base__youngest_rev (&youngest_rev, fs, pool));
> + SVN_ERR (svn_fs_base__youngest_rev (&youngest_rev, fs, subpool));

If this returns an error...

> if (youngest_rev == youngish_rev)
> return err;

...this error is leaked, although it's not strictly a new bug.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Mar 9 00:09:32 2005

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.