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

Re: Bugs using delete (instead of delete[]) with new[]

From: Blair Zajac <blair_at_orcaware.com>
Date: Mon, 08 Dec 2008 16:14:34 -0800

Shannon Barber wrote:
> I recently have run several memory analysis tools on my one of my projects
> and some corruption errors were detected in TortoiseSVN.dll.
> The corruption is detected when a file-open dialog is closed.
> Since Tortoise integrates with the shell, this is arguable an important bug
> since every application is corrupting its free-store when open file dialogs
> are closed.

Your note belongs on the TortoiseSVN dev mailing list. Subversion is written in
C and uses malloc() and free() effectively. The only C++ code that Subversion
provides is in the Java bindings.

Regards,
Blair

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=981385
Received on 2008-12-09 10:21:55 CET

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.