Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - memory leak ?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

memory leak ?

 Post Reply Post Reply
Author
Message
winxp View Drop Down
Newbie
Newbie
Avatar

Joined: 28 October 2003
Location: Israel
Status: Offline
Points: 18
Post Options Post Options   Thanks (0) Thanks(0)   Quote winxp Quote  Post ReplyReply Direct Link To This Post Topic: memory leak ?
    Posted: 19 May 2005 at 11:42am

hi,

after getting memory leaks at the VC output pane, i placed a call
to _CrtDumpMemoryLeaks() at the app destructor.

 these leaks appear only after i add _UNICODE\UNICODE.
am i doing some thing wrong ?

thanks

this is the output :

Detected memory leaks!
Dumping objects ->
plex.cpp(31) : {86} normal block at 0x00325A48, 124 bytes long.
 Data: <         @   O2 > 00 00 00 00 00 00 00 00 20 40 EF 00 10 4F 32 00
map_pp.cpp(72) : {85} normal block at 0x003259C0, 68 bytes long.
 Data: <         &n bsp;      > 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
C:\Program Files\Codejock Software\MFC\Xtreme Toolkit Pro v9.60\Src\Controls\Common.Src\Theme\XTButtonTheme.cpp(40) : {84} client block at 0x00324F10, subtype 0, 20 bytes long.
a CXTButtonThemeFactory object at $00324F10, 20 bytes long
a CXTButtonThemeFactory object at $00324F10, 20 bytes long
C:\Program Files\Codejock Software\MFC\Xtreme Toolkit Pro v9.60\WorkSpace\XTPToolkit_Dll\XTPToolkit_Dll.cpp(51) : {70} client block at 0x00324BE0, subtype 0, 64 bytes long.
a CDynLinkLibrary object at $00324BE0, 64 bytes long
a CDynLinkLibrary object at $00324BE0, 64 bytes long
{68} client block at 0x00324A90, subtype 0, 64 bytes long.
a CDynLinkLibrary object at $00324A90, 64 bytes long
a CDynLinkLibrary object at $00324A90, 64 bytes long
{63} client block at 0x003248D0, subtype 0, 64 bytes long.
a CDynLinkLibrary object at $003248D0, 64 bytes long
a CDynLinkLibrary object at $003248D0, 64 bytes long
{61} client block at 0x00324780, subtype 0, 64 bytes long.
a CDynLinkLibrary object at $00324780, 64 bytes long
a CDynLinkLibrary object at $00324780, 64 bytes long
{54} client block at 0x003228E8, subtype 0, 64 bytes long.
a CDynLinkLibrary object at $003228E8, 64 bytes long
a CDynLinkLibrary object at $003228E8, 64 bytes long
{49} client block at 0x00322720, subtype 0, 64 bytes long.
a CDynLinkLibrary object at $00322720, 64 bytes long
a CDynLinkLibrary object at $00322720, 64 bytes long
{47} client block at 0x003225D0, subtype 0, 64 bytes long.
a CDynLinkLibrary object at $003225D0, 64 bytes long
a CDynLinkLibrary object at $003225D0, 64 bytes long
Object dump complete.
XTTOOLKIT_DLL.DLL Terminating!
Detected memory leaks!
Dumping objects ->
{54} client block at 0x003228E8, subtype 0, 64 bytes long.
a CDynLinkLibrary object at $003228E8, 64 bytes long
a CDynLinkLibrary object at $003228E8, 64 bytes long
{49} client block at 0x00322720, subtype 0, 64 bytes long.
a CDynLinkLibrary object at $00322720, 64 bytes long
a CDynLinkLibrary object at $00322720, 64 bytes long
{47} client block at 0x003225D0, subtype 0, 64 bytes long.
a CDynLinkLibrary object at $003225D0, 64 bytes long
a CDynLinkLibrary object at $003225D0, 64 bytes long
Object dump complete.

Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 20 May 2005 at 7:57am

CDynLinkLibrary,  CXTButtonThemeFactory will destroyed after destructor of CYourApp.

Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.156 seconds.