freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [ft] Compiling freetype with VC++ 7,1 = automattic memory leak?


From: Ole Marius Liabø
Subject: RE: [ft] Compiling freetype with VC++ 7,1 = automattic memory leak?
Date: Fri, 2 Sep 2005 11:39:31 +0200

>Detected memory leaks!
>Dumping objects ->
>{4342} normal block at 0x013D9B28, 154 bytes long.
> Data: <                > D0 C0 C0 C0 C0 C0 C0 C0 C0 C0 D0 E0 00 00 00 00 


A MSVC tip that is useful if you want to find out who allocated the leaking 
memory: {4342} is the allocation number. The allocation number is stored in the 
global variable _crtBreakAlloc. If you set _crtBreakAlloc to 4342 in your 
debugger, your app will break when this allocation takes place. 

For more info see: 
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsdebug/html/_core_Tracking_Heap_Allocation_Requests.asp

Ole


reply via email to

[Prev in Thread] Current Thread [Next in Thread]