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

    r1009 r1039  
    4444#include "strutil.h"                    // GetPString
    4545#include "fm3dll.h"
     46#include "fortify.h"
    4647
    4748#pragma data_seg(DATA1)
     
    464465      if (pis->lasthwndMenu)
    465466        WinDestroyWindow(pis->lasthwndMenu);
    466       xfree(pis, pszSrcFile, __LINE__);
     467      free(pis);
    467468      return oldproc(hwnd, msg, mp1, mp2);
    468469    }
Note: See TracChangeset for help on using the changeset viewer.