IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2006, 8:52:03 PM (20 years ago)
Author:
eugene
Message:

extensive cleanup of memory handling : no more leaks!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotImageLoop.c

    r6311 r6379  
    3232        if (! chip->process) { continue; }
    3333
    34         if (imageLoadDepth == PP_LOAD_CHIP) {
     34        if (imageLoadDepth == PP_LOAD_CHIP) {
    3535            psTrace(__func__, 1, "Loading pixels for chip %d...\n", i);
    3636            ppImageLoadPixels(file, config->database, i, -1);
     
    4747                ppImageLoadPixels(file, config->database, i, j);
    4848            }
    49 
     49           
    5050            // XXX optional mask and weight input image should be loaded here?
    5151            // this sets the weight map and basic mask applying CELL.BAD and CELL.SATURATION
     
    6161                // run a single-model test if desired
    6262                psphotModelTest (readout, config->arguments, config->recipe);
    63 
    6463                psphotReadout (readout, config->recipe);
    6564                psphotOutput (readout, config->arguments);
Note: See TracChangeset for help on using the changeset viewer.