[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: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2005-03-09 04:46:24 CET

Philip Martin <philip@codematters.co.uk> writes:

> > --- 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.

Care to fix? My ability to tend Subversion these days is spotty at
best. :-(

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Mar 9 15:55:00 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.