[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: Greg Stein <gstein_at_lyra.org>
Date: 2003-01-14 02:44:55 CET

On Mon, Jan 13, 2003 at 06:49:13PM -0600, kfogel@tigris.org wrote:
>...
> +++ 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.

>...

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
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:43:49 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.