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

Re: malloc - delete

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2005-11-25 19:02:01 CET

Merijn Vandenabeele wrote:
> Hi,
>
> the tsvn hook dll get's loaded when I debug my application with
> BoundsChecker and I get loads of reporst on allocation conflicts in
> tortoisesvn.dll.
>
> malloc - delete on the following adresses:
> 0x0000242F
> 0x0000F28F
> 0x0000CA5B (this one occurs alot when I open the common open-dialog)
> 0x0000CA64 (this one too)
> 0x000037BD
> 0x0003FAE2
>
> malloc - delete[] on the following adresses:
> 0x0000CFBE
>
> I'm running Windows XP SP 2 with TSVN 1.2.6 Build 4786 (32bit)
>
> I hope these bugs can be adressed some day so I get a clean error report
> from BoundsChecker again.

I'm not sure what BoundsChecker is complaining about here. You can check
the sourcecode if you don't believe me, but there's no place where TSVN
uses delete or delete[] to free memory allocated with malloc().

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Fri Nov 25 19:02:27 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.