[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 4374 - in trunk/subversion: include libsvn_wc libsvn_subr

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2003-01-14 02:02:12 CET

Greg Stein <gstein@lyra.org> writes:
> > +++ trunk/subversion/libsvn_wc/adm_crawler.c Mon Jan 13 18:49:07 2003
> >...
> > + /* Deliberately ignore error here; the error about the
> > + checksum mismatch is more important to return. */
> > + svn_io_remove_file (tmp_base, pool);
>
> You can't do that; it is a memory leak. You have to capture the error and
> _clear() it.

Thanks! That's one we've missed for a long time.

Will fix as soon as this editor interface change is
committed... (waves hands ominously...)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jan 14 02:47:55 2003

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.