1
0
Fork 0

Properly exit x64dbg

This commit is contained in:
Torusrxxx 2017-10-15 10:27:05 +00:00 committed by Duncan Ogilvie
parent f85cea6bcd
commit 9959278863
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ void MsgFreeStack(MESSAGE_STACK* Stack)
}
// Delete allocated structure
delete Stack;
//delete Stack;
}
// Add a message to the stack