Changeset 1039 for trunk/dll/seticon.c


Ignore:
Timestamp:
Jul 6, 2008, 12:16:21 AM (17 years ago)
Author:
Gregg Young
Message:

Removed unnecessary xfrees and included fortify.h where needed; moved several misplaced (x)frees;

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/seticon.c

    r1009 r1039  
    2626#include "errutil.h"                    // Dos_Error...
    2727#include "fm3dll.h"
     28#include "fortify.h"
    2829
    2930#pragma data_seg(DATA2)
     
    9394          Win_Error(hwnd, hwnd, pszSrcFile, __LINE__, "WinSetSysPointerData");
    9495        }
    95         xfree(buff, pszSrcFile, __LINE__);
     96        free(buff);
    9697      }
    9798      WinDismissDlg(hwnd, 1);
Note: See TracChangeset for help on using the changeset viewer.