Changeset 1039 for trunk/dll/common.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/common.c

    r1009 r1039  
    4141#include "strutil.h"                    // GetPString
    4242#include "fm3dll.h"
     43#include "fortify.h"
    4344
    4445#pragma data_seg(DATA1)
     
    746747          Broadcast(WinQueryAnchorBlock(hwnd),
    747748                    dcd->hwndParent, UM_UPDATERECORD, mp2, MPVOID);
    748           xfree(mp2, pszSrcFile, __LINE__);
     749          free(mp2);
    749750        }
    750751      }
Note: See TracChangeset for help on using the changeset viewer.