IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 18, 2010, 1:21:52 PM (16 years ago)
Author:
Paul Price
Message:

Plug memory leak.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSourceMatch.c

    r27326 r27333  
    1818#define SOURCES_MAX_LEAF 2              // Maximum number of points on a tree leaf
    1919#define ARRAY_BUFFER 16                 // Buffer for array
    20 
    2120
    2221//////////////////////////////////////////////////////////////////////////////////////////////////////////////
     
    277276    }
    278277
     278    psFree(xMaster);
     279    psFree(yMaster);
     280    psFree(boundsMaster);
     281
    279282    if (cullSingles) {
    280283        // Now cull the matches that contain only a single star
Note: See TracChangeset for help on using the changeset viewer.