IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25170


Ignore:
Timestamp:
Aug 20, 2009, 5:52:08 PM (17 years ago)
Author:
eugene
Message:

plug leak

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090820/psphot/src/psphotDiagnosticPlots.c

    r23989 r25170  
    6868    if (!psVectorStats (stats, histogram->nums, NULL, NULL, 0)) {
    6969        psError(PS_ERR_UNKNOWN, false, "failure to measure stats for histogram");
     70        psFree(histogram);
    7071        return false;
    7172    }
     
    108109    if (!psVectorStats (stats, histogram->nums, NULL, NULL, 0)) {
    109110        psError(PS_ERR_UNKNOWN, false, "failure to measure stats for histogram");
     111        psFree(histogram);
    110112        return false;
    111113    }
Note: See TracChangeset for help on using the changeset viewer.