IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 5, 2007, 6:31:38 PM (19 years ago)
Author:
eugene
Message:

fixing double frees, leaks

File:
1 edited

Legend:

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

    r13658 r13675  
    99#include "ppStats.h"
    1010
    11 psMetadata *ppStats(psMetadata *out,    // Output metadata
    12                     pmFPA *fpa,         // FPA for which to get statistics
     11psMetadata *ppStats(pmFPA *fpa,         // FPA for which to get statistics
    1312                    pmFPAview *view,    // View for analysis
    1413                    psMaskType maskVal, // Value to mask
     
    4645    // Go through the FPA and do the hard work
    4746    psExit status;                      // Status of statistics loop
    48     psMetadata *result = ppStatsLoop(&status, out, data, config);
     47    psMetadata *result = ppStatsLoop(&status, data, config);
    4948    if (status != PS_EXIT_SUCCESS) {
    5049        psError (PS_ERR_UNKNOWN, false, "Not able to measure FPA statistics.\n");
Note: See TracChangeset for help on using the changeset viewer.