Changeset 1009 for trunk/dll/seticon.c


Ignore:
Timestamp:
May 10, 2008, 9:51:58 AM (17 years ago)
Author:
Steven Levine
Message:

Add xfree xstrdup Fortify support
Add MT capable Fortify scope logic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/seticon.c

    r985 r1009  
    9393          Win_Error(hwnd, hwnd, pszSrcFile, __LINE__, "WinSetSysPointerData");
    9494        }
    95         xfree(buff);
     95        xfree(buff, pszSrcFile, __LINE__);
    9696      }
    9797      WinDismissDlg(hwnd, 1);
Note: See TracChangeset for help on using the changeset viewer.