IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 29, 2005, 8:35:18 AM (21 years ago)
Author:
rhl
Message:

Don't reset coordinates of deleted stamps (POIS_STAMP_RESET suffices); fix memory leak

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pois/src/poisRejectStamps.c

    r3792 r3803  
    5555            }
    5656           
    57             // Set stamp for replacement
    58             stamp->x = 0;
    59             stamp->y = 0;
     57            // Mark stamp for replacement
    6058            stamp->status = POIS_STAMP_RESET;
    61            
    6259        } // Bad stamps
    6360    } // Iterating over stamps
    6461
     62    psFree(devMask);
     63
    6564    return masked;
    6665}
Note: See TracChangeset for help on using the changeset viewer.