IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 30, 2006, 3:33:07 PM (20 years ago)
Author:
Paul Price
Message:

Plugging memory leaks --- done.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel10_ifa/psModules/src/astrom/pmChipMosaic.c

    r6448 r6743  
    358358        }
    359359
    360         numChips++;
    361         pmChipMosaic(chip, xBinChip, yBinChip); // Mosaic of cells within the chip
    362 
     360        if (pmChipMosaic(chip, xBinChip, yBinChip) > 0) {
     361            numChips++;
     362        }
    363363    }
    364364
Note: See TracChangeset for help on using the changeset viewer.