IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27329 for trunk


Ignore:
Timestamp:
Mar 18, 2010, 12:57:00 PM (16 years ago)
Author:
Paul Price
Message:

Plug memory leaks.

Location:
trunk/ppStack/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackCleanup.c

    r27320 r27329  
    4343        pmCell *cell2 = pmFPAfileThisCell(config->files, view, "PPSTACK.OUTPUT.JPEG2");
    4444        psImageMaskType maskValue = pmConfigMaskGet("BLANK", config); // Bits to mask
     45        psFree(view);
    4546
    4647        pmReadout *ro1 = pmReadoutAlloc(cell1), *ro2 = pmReadoutAlloc(cell2); // Binned readouts
  • trunk/ppStack/src/ppStackSources.c

    r27302 r27329  
    345345    }
    346346
     347    psFree(zp);
     348    psFree(zpExp);
    347349
    348350#ifdef ASTROMETRY
Note: See TracChangeset for help on using the changeset viewer.