Changeset 959 for trunk/dll/common.c


Ignore:
Timestamp:
Feb 18, 2008, 1:47:31 AM (17 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/common.c

    r948 r959  
    586586        if (!PostMsg((fComments) ? hwndAutoMLE : hwndAutoview,
    587587                     UM_LOADFILE, MPFROMP(s), MPVOID)) {
    588           if (s)
    589             free(s);
     588          xfree(s);
    590589        }
    591590      }
Note: See TracChangeset for help on using the changeset viewer.