|
|
|
|
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.
Subject |
Author |
Date |
|
Hendrik Stephani
|
Oct 23, 2013 - 8:11 AM
|
hello, there is a memory leak in the ExtControlsCommon.cpp at line 4702 when using the CExtTreeCtrl-Class: That’s what Visual Studio reports: ..\Src\ExtControlsCommon.cpp(4702) : {65668} normal block at 0x03253168, 116 bytes long.
Data: < s mmm > BC BE 73 10 6D 6D 6D 00 FF FF FF FF FF FF FF FF
I update my tree control structure several times at runtime. I call the CExtTreeCtrl::DeleteAllItems() before that. I’m using the recent ProfUIS-Version. Any suggestions? regards, Tobias
|
|
TSELLC Support
|
Jan 27, 2018 - 2:12 AM
|
This was answered in a separate email.
TSELLC_Support
|
|
Dawid Sienkiewicz
|
Jan 22, 2018 - 3:45 AM
|
I have the same issue with 3.4.0.4
it looks, the m_mapItemInfo is not properly released!
m_mapItemInfo.SetAt( hti, new TREEITEMINFO_t );
for TVM_INSERTITEM
line 4709
any ideas?
regards, Dawid
|
|
Art Wilkes
|
Oct 23, 2013 - 9:46 AM
|
Prof-UIS Support I’ll look at this and get back to you in the next couple of days.
|
|
Dawid Sienkiewicz
|
Jan 22, 2018 - 3:46 AM
|
I have the same issue with 3.4.0.4
it looks, the m_mapItemInfo is not properly released!
m_mapItemInfo.SetAt( hti, new TREEITEMINFO_t );
for TVM_INSERTITEM
line 4709
any ideas?
regards, Dawid
|
|