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

    r1017 r1039  
    3636#include "dircnrs.h"
    3737#include "fm3dll.h"
     38#include "fortify.h"
    3839
    3940static PSZ pszSrcFile = __FILE__;
     
    643644  PostMsg(hwndCnr, UM_RESCAN, MPVOID, MPVOID);
    644645  if (pciList) {
    645     xfree(pciList, pszSrcFile, __LINE__);
     646    free(pciList);
    646647    DosPostEventSem(CompactSem);
    647648  }
Note: See TracChangeset for help on using the changeset viewer.