Changeset 985 for trunk/dll/seticon.c


Ignore:
Timestamp:
Mar 1, 2008, 2:37:14 AM (17 years ago)
Author:
Gregg Young
Message:

Update sizes dialog (ticket 44); Make max command line length user settable (ticket 199); use xfree for free in most cases (ticket 212); initial code to check for valid ini file (ticket 102); Some additional refactoring and structure rework; Some documentation updates;

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/seticon.c

    r907 r985  
    1212  22 Mar 06 GKY Use QWL_USER
    1313  20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat
     14  29 Feb 08 GKY Use xfree where appropriate
    1415
    1516***********************************************************************/
     
    9293          Win_Error(hwnd, hwnd, pszSrcFile, __LINE__, "WinSetSysPointerData");
    9394        }
    94         if (buff)
    95           free(buff);
     95        xfree(buff);
    9696      }
    9797      WinDismissDlg(hwnd, 1);
Note: See TracChangeset for help on using the changeset viewer.