Changeset 959 for trunk/dll/autoview.c


Ignore:
Timestamp:
Feb 18, 2008, 1:47:31 AM (18 years ago)
Author:
Gregg Young
Message:

Use xfree where appropriate. Check that buffer exists following all xmallocs. Stopped at eas.c with xfree checking. One remaining xmalloc without test in dirsize.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/autoview.c

    r907 r959  
    892892    stopflag++;
    893893    if (!PostMsg(hwndAutoObj, msg, mp1, mp2)) {
    894       if (mp1)
    895         free((CHAR *) mp1);
     894      xfree((CHAR *) mp1);
    896895    }
    897896    return 0;
Note: See TracChangeset for help on using the changeset viewer.