Changeset 985 for trunk/dll/shadow.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
  • TabularUnified trunk/dll/shadow.c

    r907 r985  
    1313  06 Aug 07 SHL Use BldFullPathName
    1414  20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat
     15  29 Feb 08 GKY Use xfree where appropriate
    1516
    1617***********************************************************************/
     
    5657              (path) ? ";STARTUPDIR=" : "", (path) ? path : "", objtitle);
    5758      WinSetObjectData(obj, s);
    58       free(s);
     59      xfree(s);
    5960    }
    6061  }
     
    157158                          objtitle,
    158159                          s, (location) ? location : cnr, CO_FAILIFEXISTS);
    159     free(s);
     160    xfree(s);
    160161  }
    161162  return obj;
Note: See TracChangeset for help on using the changeset viewer.