weimingtom / agui

Automatically exported from code.google.com/p/agui
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

free method conflicting with msvc memory leak detection #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Details about the leak detection system: 
http://msdn.microsoft.com/en-us/library/x98tx3cf.aspx

I know the way microsoft does it is crappy, but renaming the method to avoid 
these problems would be nice anyway (I can make the change if needed).

Original issue reported on code.google.com by kovarex on 4 May 2012 at 6:30

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Could you make a patch file so I can see what would be modified? I use Visual 
Leak Detector so I never noticed this. Thanks

Original comment by joshua_l...@hotmail.com on 4 May 2012 at 6:55

GoogleCodeExporter commented 8 years ago
Hi, thank you for the tip, this utility seems to be much better than the ms 
native system (I don't have to use crt and dynamic build, and it does not i 
nterfere).

Original comment by kovarex on 5 May 2012 at 11:02