Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » probably memory leaks ? Collapse All
Subject Author Date
Massimo Germi Aug 1, 2007 - 8:11 AM

Hi to all,
My application says:
C:\Develop\Prof-UIS\Src\ExtCmdIcon.cpp(6832) : {918} normal block at 0x019A0028, 1120 bytes long.
...
...
In the following point
LPVOID CExtBitmap::stat_AllocLL(
    ULONG amount,
    ULONG alignment
    )
{
Here -> LPBYTE mem_real = new BYTE[ amount + alignment ];

Technical Support Aug 1, 2007 - 11:28 AM

This memory leak relates to a CExtBitmap object that is not dellocated. Any CExtCmdIcon object stored in the global command manager contains CExtBitmap objects describing icon surfaces. This memory leak can occur if your application is terminated with an exception and the destructors of global variables are not invoked.