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
I searched for 'new ' to take a look at any additional allocations. I see that the pattern 'throw new' is used in several places. I believe this is a mistake as it will throw a pointer to a dynamically allocated object, which will leak unless there is a corresponding 'catch' with the correct type that calls 'delete' on the thrown object.
def_copy
not freed if addition to dictionary fails atregxmllib/regxmllib/src/main/cpp/com/sandflow/smpte/regxml/dict/MetaDictionary.cpp
Line 87 in 9378fb5
def_copy
not freed if addition to dictionary fails atregxmllib/regxmllib/src/main/cpp/com/sandflow/smpte/regxml/dict/MetaDictionary.cpp
Line 107 in 9378fb5
def_copy
allocated but never used atregxmllib/regxmllib/src/main/cpp/com/sandflow/smpte/regxml/dict/MetaDictionary.cpp
Line 121 in 9378fb5
ft
andparser
never deleted atMetaDictionaryTest.cpp
The text was updated successfully, but these errors were encountered: