Changeset 1009 for trunk/dll/datamin.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/datamin.c

    r959 r1009  
    171171      PVOID pv = WinQueryWindowPtr(hwnd, QWL_DATAMIN_PTR);
    172172
    173       xfree(pv);
     173      xfree(pv, pszSrcFile, __LINE__);
    174174    }
    175175    break;
Note: See TracChangeset for help on using the changeset viewer.