Show
Ignore:
Timestamp:
01/03/08 20:28:10 (11 months ago)
Author:
peter
Message:

source/punch_fits.cpp:

Bug-fix - fix memory leak.

source/parse_table.cpp:
source/cdgetlinelist.cpp:
source/optimize_phymir.cpp:

Bug-fix - close open files.

source/cdinit.cpp:

Bug-fix - do not flush ioQQQ as it may not be open any longer.

source/cont_createpointers.cpp:

Bug-fix - fix out-of-bounds array access.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/source/punch_fits.cpp

    r1562 r1728  
    718718                bytesAdded += (long)fwrite( &tempInt, 1, 1,   ioFITS_OUTPUT ); 
    719719        } 
     720 
     721        free( TransmittedSpectrum ); 
    720722        return; 
    721723}