Memory Leak |
Post Reply |
Author | |
DougHoppes
Newbie Joined: 22 March 2019 Status: Offline Points: 4 |
Post Options
Thanks(0)
Posted: 22 March 2019 at 1:18pm |
Hi all,
Using the trial version of the software and it seems to be going okay. However, I've noticed that, in Visual Studio 2013, I'm getting a memory leak in the tooltip. In our regular application, this leak is not present. In our code, I did something as simple as put a custom control on my dialog. In my DDX, I add the following line: DDX_Control(pDX, IDC_ChartPro, m_ctrlGraph); In the .h file, I have: CXTPChartControl m_ctrlGraph; All I need to do is start and stop the application and I get the following memory leak. This does not happen if the code does not have the ChartPro trial version in it. f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\plex.cpp(29) : {903648} normal block at 0x000000000ECA3200, 248 bytes long. Data: < > 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\occmgr.cpp(794) : {903647} normal block at 0x000000000EABA490, 8 bytes long. Data: <( ^ > 28 F1 5E 9C FA 7F 00 00 Doug
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |