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

    r953 r959  
    13351335        }
    13361336      }
    1337       if (mp2)
    1338         free((CHAR *) mp2);
     1337      xfree((CHAR *) mp2);
    13391338      PostMsg(pdt->hwndClient, DM_RENDERCOMPLETE, MPFROMP(pdt),
    13401339              MPFROM2SHORT(usRes, 0));
Note: See TracChangeset for help on using the changeset viewer.