IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 28, 2008, 10:13:47 AM (18 years ago)
Author:
Paul Price
Message:

Plugging memory leaks

File:
1 edited

Legend:

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

    r16704 r16707  
    510510        }
    511511
     512        psFree(rejected);
    512513        psFree(readouts);
    513514
     515        // Close up
    514516        for (int i = 0; i < num; i++) {
    515517            psFitsClose(imageFits->data[i]);
     
    521523            }
    522524        }
     525        psFree(imageNames);
     526        psFree(maskNames);
     527        psFree(weightNames);
    523528
    524529        if (psMetadataLookupBool(&mdok, config->arguments, "PHOTOMETRY") &&
     
    553558        psFree(view);
    554559    }
    555 
    556560
    557561    // Write out summary statistics
Note: See TracChangeset for help on using the changeset viewer.