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/windowmsg.cpp

    r21303 r21340  
    107107#endif
    108108    {
     109        /* TODO: Investigate - is this really invalid parameters? */
    109110        SetLastError(ERROR_INVALID_PARAMETER);
    110111        return FALSE;
Note: See TracChangeset for help on using the changeset viewer.