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/psphotLoadPixels.c

    r6117 r6379  
    2424        }
    2525    }
    26 
     26   
    2727    // Read in the input pixels
    2828    if (! pmFPARead(input->fpa, input->fits, input->phu, db)) {
     
    3030        exit(EXIT_FAILURE);
    3131    }
     32
    3233    return true;
    3334}
Note: See TracChangeset for help on using the changeset viewer.