IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 21, 2006, 5:23:32 PM (20 years ago)
Author:
Paul Price
Message:

Trying to fix memory leaks, but they are a long way down; too hard to find for now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_rel9_p0/psModules/src/astrom/pmFPARead.c

    r6124 r6145  
    115115        pmReadout *readout = pmReadoutAlloc(cell);
    116116
    117         readout->image = psImageSubset(image, *trimsec); // The image corresponding to the trim region
     117        readout->image = psMemIncrRefCounter(psImageSubset(image, *trimsec)); // The image corresponding to the trim region
    118118
    119119        // Get the list of overscans
Note: See TracChangeset for help on using the changeset viewer.