Changeset 377 for trunk/dll/notify.c


Ignore:
Timestamp:
Jul 27, 2006, 8:28:31 AM (19 years ago)
Author:
root
Message:

Validate WinCreateWindow

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/notify.c

    r372 r377  
    199199                           NULL,
    200200                           NULL);
     201    if (!hwndP)
     202      Win_Error2(hwndP,hwndP,pszSrcFile,__LINE__,IDS_WINCREATEWINDOW);
     203
    201204    if(p != str)
    202205      free(p);
Note: See TracChangeset for help on using the changeset viewer.