IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 4, 2006, 2:15:38 PM (20 years ago)
Author:
jhoblitt
Message:

in addprocessedexp(), don't free output() until after it's length has been checked

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/dettool.c

    r9260 r9264  
    13481348        return false;
    13491349    }
    1350     psFree(output);
    13511350    if (!psArrayLength(output)) {
    13521351        // XXX check psError here
     
    13541353        return true;
    13551354    }
     1355    psFree(output);
    13561356
    13571357    // create a new detProcessedImfile object
Note: See TracChangeset for help on using the changeset viewer.