IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27328


Ignore:
Timestamp:
Mar 18, 2010, 12:56:43 PM (16 years ago)
Author:
Paul Price
Message:

Plug memory leak.

File:
1 edited

Legend:

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

    r27105 r27328  
    115115    psFree(coords);
    116116    psFree(tree);
     117    psFree(x);
     118    psFree(y);
    117119
    118120    psLogMsg("ppStack", PS_LOG_INFO, "Filtered out %d of %d sources", numFiltered, numGood);
Note: See TracChangeset for help on using the changeset viewer.