IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 14, 2008, 5:10:51 PM (18 years ago)
Author:
Paul Price
Message:

Plugging memory leak.

File:
1 edited

Legend:

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

    r16991 r16999  
    564564            fileActivation(config, combineFiles, false);
    565565            fileActivation(config, photFiles, true);
    566             filesIterateDown(config);
     566            pmFPAview *photView = filesIterateDown(config);
    567567
    568568            psTrace("ppStack", 1, "Photometering stacked image....\n");
     
    570570                psError(PS_ERR_UNKNOWN, false, "Unable to perform photometry on output.");
    571571                psFree(outRO);
     572                psFree(photView);
    572573                psFree(view);
    573574                return false;
    574575            }
     576            psFree(photView);
    575577
    576578            fileActivation(config, combineFiles, true);
Note: See TracChangeset for help on using the changeset viewer.