[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 4478 - trunk/subversion/libsvn_wc

From: <gstein_at_lyra.org>
Date: 2003-01-21 20:29:31 CET

On Tue, Jan 21, 2003 at 09:44:53AM -0600, philip@tigris.org wrote:
 Author: philip
 Date: 2003-01-21 09:44:44 -0600 (Tue, 21 Jan 2003)
 New Revision: 4478
 
 Modified:
    trunk/subversion/libsvn_wc/diff.c
 Log:
 Fix a case of using memory after its pool was cleared, identified by valgrind.

Did you teach valgrind about pools? IIRC, pools don't always free() their
memory, so it would seem that valgrind would need more info. Oh... or do you
compile the pools in a debug mode to use malloc/free more?

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 Sat Oct 14 02:04:25 2006

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.