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
DougHoppes View Drop Down
Newbie
Newbie


Joined: 22 March 2019
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote DougHoppes Quote  Post ReplyReply Direct Link To This Post Topic: Memory Leak
    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
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.125 seconds.