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

    r907 r985  
    1212  22 Jul 06 SHL Check more run time errors
    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***********************************************************************/
     
    119120            y++;
    120121          }
    121           free(pswb);
     122          xfree(pswb);
    122123          DosPostEventSem(CompactSem);
    123124        }
Note: See TracChangeset for help on using the changeset viewer.