Changeset 959 for trunk/dll/comp.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/comp.c

    r938 r959  
    102102    if (mask) {
    103103      BldFullPathName(mask, path, "*");
    104       // sprintf(mask,
    105       //         "%s%s*",
    106       //         path, (path[strlen(path) - 1] != '\\') ? "\\" : NullStr);
    107104      enddir = strrchr(mask, '\\');
    108105      enddir++;
Note: See TracChangeset for help on using the changeset viewer.