You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
==24634== 1,000 bytes in 1 blocks are definitely lost in loss record 631 of 646
==24634== at 0x483950F: operator new[](unsigned long) (vg_replace_malloc.c:431)
==24634== by 0x7C792A: Umati::OpcUa::OpcUaClient::readTypeDictionaries() (OpcUaClient.cpp:275)
==24634== by 0x173904: main (TestResultType.cpp:21)
==24634==
==24634== 1,600 bytes in 1 blocks are definitely lost in loss record 635 of 646
==24634== at 0x483877F: malloc (vg_replace_malloc.c:307)
==24634== by 0x7C60C4: Umati::OpcUa::OpcUaClient::buildCustomDataTypes() (OpcUaClient.cpp:144)
==24634== by 0x173913: main (TestResultType.cpp:22)
==24634==
==24634== 2,720 (32 direct, 2,688 indirect) bytes in 1 blocks are definitely lost in loss record 641 of 646
==24634== at 0x4838DEF: operator new(unsigned long) (vg_replace_malloc.c:342)
==24634== by 0x7C7574: Umati::OpcUa::OpcUaClient::buildCustomDataTypes() (OpcUaClient.cpp:267)
==24634== by 0x173913: main (TestResultType.cpp:22)
PS: TestResultType is just a minimal application for debugging.
The text was updated successfully, but these errors were encountered:
This memory seems to be never freed. Also this 50 looks random.
Dashboard-OPCUA-Client/OpcUaClient/OpcUaClient.cpp
Line 144 in 96071ba
PS: TestResultType is just a minimal application for debugging.
The text was updated successfully, but these errors were encountered: