IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7814


Ignore:
Timestamp:
Jul 5, 2006, 10:38:12 AM (20 years ago)
Author:
Paul Price
Message:

Catching memory leaks.

File:
1 edited

Legend:

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

    r7811 r7814  
    8080                        pmChip *chipIn = fpaIn->chips->data[i]; // Input chip
    8181                        pmCell *cellIn = chipIn->cells->data[j]; // Input cell
    82                         pmReadout *roIn = pmReadoutAlloc(cellIn); // Input readout
    83                         stack->data[k] = psMemIncrRefCounter(roIn);
     82                        stack->data[k] = pmReadoutAlloc(cellIn); // Input readout
    8483                    }
    8584
     
    101100            } while (numRead > 0);
    102101            psFree(readout);            // Drop reference
     102            psFree(stack);
    103103
    104104            // Blow away the cell data
Note: See TracChangeset for help on using the changeset viewer.