IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14248


Ignore:
Timestamp:
Jul 16, 2007, 4:58:50 PM (19 years ago)
Author:
Paul Price
Message:

Moving free to after the memory is used....

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubReadout.c

    r14196 r14248  
    103103        psLogMsg("ppSub", PS_LOG_INFO, "%d stamps rejected on iteration %d.", numRejected, i);
    104104    }
    105     psFree(subMask);
    106105
    107106    psImage *convImage = NULL, *convWeight = NULL, *convMask = NULL; // Convolved images
     
    111110        goto ERROR;
    112111    }
     112    psFree(subMask);
    113113
    114114    // Do the subtraction
     
    185185
    186186ERROR:
     187    psFree(subMask);
    187188    psFree(kernels);
    188189    psFree(stamps);
Note: See TracChangeset for help on using the changeset viewer.