fix crash when re-opening debugging window

This commit is contained in:
mart0258 2010-08-26 15:57:14 +00:00
parent 1cd34b57ea
commit 2b2b547617
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
26-aug-2010 - mart0258 - W32 - fix crash when re-opening debugging window
20-aug-2010 - adelikat - Win32 - Display movie name at the top of the main window
09-july-2010 - mart0258 - TasEdit - cleanup; prevent crash when truncating while turbo
13-june-2010 - adelikat - Win32 - avi capture commandline argument and related parameters

View File

@ -918,6 +918,7 @@ void DebuggerExit()
debugger_open = 0;
inDebugger = false;
DestroyWindow(hDebug);
hDebug=0;
}
static RECT currDebuggerRect;