IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6775


Ignore:
Timestamp:
Apr 4, 2006, 12:29:05 PM (20 years ago)
Author:
Paul Price
Message:

Freeing chips as they are done with; residual memory footprint ~ 3--4 MB. Fix memory leak in pmConfig due to paths.

Location:
trunk/ppImage/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImage.c

    r6747 r6775  
    4242    psTraceReset();
    4343    pmConceptsDone();
     44    pmConfigDone();
    4445    ppMemCheck();
    4546
  • trunk/ppImage/src/ppImageLoop.c

    r6747 r6775  
    130130        // Now I can blow away the mosaic so I can then read more.
    131131        psFree(inputChip);
     132        psFree(biasChip);
     133        psFree(darkChip);
     134        psFree(maskChip);
     135        psFree(flatChip);
     136
     137        ppMemUsed();
    132138    }
    133139
Note: See TracChangeset for help on using the changeset viewer.