r=dougt, sr=blizzard, a=asa
OS/2 only - crash in helpers - destroy window, don't send a close message
This commit is contained in:
mkaply%us.ibm.com 2003-02-21 14:52:06 +00:00
parent c1edf0c44c
commit e6feaaaa72

View File

@ -924,8 +924,7 @@ _pl_CleanupNativeNotifier(PLEventQueue* self)
SendMessage(self->eventReceiverWindow, WM_CLOSE, 0, 0);
#elif defined(XP_OS2)
// See above Windows comment
WinSendMsg(self->eventReceiverWindow, WM_CLOSE, 0, 0);
WinDestroyWindow(self->eventReceiverWindow);
#elif defined(MAC_USE_CARBON_EVENT)
EventComparatorUPP comparator = NewEventComparatorUPP(_md_CarbonEventComparator);
PR_ASSERT(comparator != NULL);