IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18391


Ignore:
Timestamp:
Jun 30, 2008, 5:18:56 PM (18 years ago)
Author:
Paul Price
Message:

Plugging memory leaks.

File:
1 edited

Legend:

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

    r18384 r18391  
    244244    psFree(x);
    245245    psFree(y);
     246    psFree(indices);
    246247
    247248    psTrace("ppStack.sources", 7, "%ld sources (vs %d) overlap list %d\n", numIn, minOverlap, listIndex);
     
    307308    }
    308309    psFree(inside);
     310    psFree(magDiff);
    309311
    310312    return numIn;
Note: See TracChangeset for help on using the changeset viewer.