Ignore:
Timestamp:
Sep 6, 2009, 12:22:28 PM (16 years ago)
Author:
vladest
Message:

Fixed crash due double free

File:
1 edited

Legend:

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

    r10240 r21340  
    397397        // only supposed to be called upon WM_KEYDOWN
    398398        // and WM_KEYUP according to docs.
     399        dprintf(("OSLibWinGetMsg: ProcessKbdHook call"));
    399400        if(ProcessKbdHook(pMsg, TRUE))
    400401            goto continuegetmsg;
     
    519520            // only supposed to be called upon WM_KEYDOWN
    520521            // and WM_KEYUP according to docs.
     522                        dprintf(("OSLibWinPeekMsg: ProcessKbdHook call"));
    521523            if(ProcessKbdHook(pMsg, fRemove))
    522524                goto continuepeekmsg;
Note: See TracChangeset for help on using the changeset viewer.