IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25886


Ignore:
Timestamp:
Oct 18, 2009, 10:54:21 AM (17 years ago)
Author:
eugene
Message:

plug leak

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotDiagnosticPlots.c

    r23989 r25886  
    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.