IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14316


Ignore:
Timestamp:
Jul 18, 2007, 5:41:47 PM (19 years ago)
Author:
Paul Price
Message:

Catching double free.

File:
1 edited

Legend:

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

    r14310 r14316  
    129129    }
    130130    psFree(subMask);
     131    subMask = NULL;
    131132
    132133    // Do the subtraction
     
    197198#endif
    198199
    199     psFree(subMask);
    200200    psFree(kernels);
    201201    psFree(stamps);
Note: See TracChangeset for help on using the changeset viewer.