Properly exit x64dbg
This commit is contained in:
parent
f85cea6bcd
commit
9959278863
|
@ -27,7 +27,7 @@ void MsgFreeStack(MESSAGE_STACK* Stack)
|
|||
}
|
||||
|
||||
// Delete allocated structure
|
||||
delete Stack;
|
||||
//delete Stack;
|
||||
}
|
||||
|
||||
// Add a message to the stack
|
||||
|
|
Loading…
Reference in New Issue