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

    r953 r985  
    2323  19 Jan 08 GKY Rework Utilities menu
    2424  14 Feb 08 SHL Rework to support settings menu conditional cascade
     25  29 Feb 08 GKY Use xfree where appropriate
    2526
    2627***********************************************************************/
     
    13471348    hwndMain = (HWND) 0;
    13481349    pd = WinQueryWindowPtr(hwnd, QWL_USER + 4);
    1349     if (pd)
    1350       free(pd);
     1350    xfree(pd);
    13511351    if (!PostMsg((HWND) 0, WM_QUIT, MPVOID, MPVOID))
    13521352      WinSendMsg((HWND) 0, WM_QUIT, MPVOID, MPVOID);
Note: See TracChangeset for help on using the changeset viewer.