Ignore:
Timestamp:
Sep 9, 2009, 7:08:31 PM (16 years ago)
Author:
vladest
Message:

Reworked double free check to make sure the patch will not harm other apps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/pmwindow.cpp

    r21340 r21341  
    592592
    593593        /* sometimes MSG_REMOVE here caused to double free of the message */
    594         if(OS2ToWinMsgTranslate((PVOID)teb, &qmsg, &winMsg, FALSE, /*MSG_REMOVE*/0) == FALSE)
     594        if(OS2ToWinMsgTranslate((PVOID)teb, &qmsg, &winMsg, FALSE, MSG_REMOVE) == FALSE)
    595595        {//message was not translated
    596596            memset(&winMsg, 0, sizeof(MSG));
Note: See TracChangeset for help on using the changeset viewer.