IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7842


Ignore:
Timestamp:
Jul 7, 2006, 11:43:36 AM (20 years ago)
Author:
Paul Price
Message:

Free the data associated with the cell, not the cell itself.

File:
1 edited

Legend:

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

    r7841 r7842  
    215215                    if (!pmCellRead(cell, inFile, config->database)) {
    216216                        // Nothing here
    217                         psFree(cell);
     217                        pmCellFreeData(cell);
    218218                        continue;
    219219                    }
     
    228228                    psImage *image = readout->image; // The pixels of interest
    229229                    if (!image) {
    230                         psFree(cell);
     230                        pmCellFreeData(cell);
    231231                        continue;
    232232                    }
Note: See TracChangeset for help on using the changeset viewer.