IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 31, 2016, 6:32:25 AM (10 years ago)
Author:
eugene
Message:

plug a memory leak; handle a failure condition gracefully

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImageLoop.c

    r38233 r39501  
    77#define ESCAPE(MESSAGE) { \
    88  psError(PS_ERR_UNKNOWN, false, MESSAGE); \
     9  pmFPAfileIOChecks(config, view, PM_FPA_AFTER); \
    910  psFree(view); \
     11  psFree(stats); \
    1012  pmFPAfileFreeSetStrict(false); \
    1113  return false; \
Note: See TracChangeset for help on using the changeset viewer.