IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25557


Ignore:
Timestamp:
Sep 24, 2009, 2:56:51 PM (17 years ago)
Author:
Paul Price
Message:

Plugging memory leak.

File:
1 edited

Legend:

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

    r25383 r25557  
    134134        psFree(fakeRO);
    135135        psFree(magAll);
     136        psFree(xAll);
     137        psFree(yAll);
    136138        return false;
    137139    }
    138140    psFree(magAll);
     141    psFree(xAll);
     142    psFree(yAll);
    139143
    140144    psBinaryOp(ro->image, ro->image, "+", fakeRO->image);
Note: See TracChangeset for help on using the changeset viewer.