IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7810


Ignore:
Timestamp:
Jul 3, 2006, 5:14:28 PM (20 years ago)
Author:
Paul Price
Message:

Plugging memory leak.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPARead.c

    r7715 r7810  
    302302        psImage *bias = readoutReadComponent(fits, biassec, readdir, offset, upper, z, bad); // The bias
    303303        psListAdd(readout->bias, PS_LIST_TAIL, bias);
     304        psFree(bias);                   // Drop reference
    304305    }
    305306    psFree(biassecsIter);
Note: See TracChangeset for help on using the changeset viewer.