PVS: V773 A memory leak is possible
This commit is contained in:
@@ -739,6 +739,8 @@ MacroCommand::~MacroCommand()
|
||||
{
|
||||
free(const_cast<char*>(sName));
|
||||
sName = 0;
|
||||
free(const_cast<char*>(sScriptName));
|
||||
sScriptName = 0;
|
||||
}
|
||||
|
||||
void MacroCommand::activated(int iMsg)
|
||||
|
||||
Reference in New Issue
Block a user