IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 6, 2006, 5:00:34 PM (20 years ago)
Author:
Paul Price
Message:

Plugging memory leaks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppMerge/src/ppMergeCombine.c

    r9341 r9376  
    163163                    exptimes->data.F32[i] = exptime;
    164164                    pmReadout *readoutIn = cellIn->readouts->data[0];
     165                    pmReadoutSetWeight(readoutIn);
    165166                    images->data[i] = psMemIncrRefCounter(readoutIn->image);
    166167                    weights->data[i] = psMemIncrRefCounter(readoutIn->weight);
     
    182183                }
    183184                psFree(images);
     185                psFree(masks);
     186                psFree(weights);
    184187                psFree(exptimes);
    185188            } else {
     
    316319    pmFPAFreeData(data->out);
    317320
     321    psFree(view);
     322
    318323    return true;
    319324
Note: See TracChangeset for help on using the changeset viewer.