IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 2, 2009, 3:11:32 PM (17 years ago)
Author:
eugene
Message:

check in changes from genes development branch : extensive changes to moments calculation, psf model generation, aperture residuals

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmHDUGenerate.c

    r24769 r25754  
    611611            if (cells->n == 0) {
    612612                // Nothing to do
     613                psFree (cells);
    613614                return true;
    614615            }
     
    660661            if (cells->n == 0) {
    661662                // Nothing to do
     663                psFree (cells);
    662664                return true;
    663665            }
     
    707709            if (cells->n == 0) {
    708710                // Nothing to do
     711                psFree (cells);
    709712                return true;
    710713            }
    711 
    712             return generateHDU(hdu, cells);
     714           
     715            bool status = generateHDU(hdu, cells);
     716            psFree (cells);
     717            return status;
    713718        }
    714719    default:
Note: See TracChangeset for help on using the changeset viewer.