forked from e16/e16
1
0
Fork 0

Fix potential crash when closing magnifier window (noted by Pietro Cerutti).

SVN revision: 40950
This commit is contained in:
Kim Woelders 2009-06-07 20:00:51 +00:00
parent 00e66bbe9b
commit 21823a5e80
1 changed files with 0 additions and 2 deletions

View File

@ -448,8 +448,6 @@ MagwinDestroy(MagWindow * mw)
#if USE_TIMER
TIMER_DEL(mw->timer);
#endif
EventCallbackUnregister(EwinGetClientWin(mw->ewin), 0, MagwinEvent, mw);
EDestroyWindow(EwinGetClientWin(mw->ewin));
Efree(mw);
}