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/cdinit.cpp

    r1726 r1728  
    250250                fprintf(ioQQQ," cdEXIT called\n"); 
    251251 
    252         /* flush ioQQQ */ 
    253         fflush( ioQQQ ); 
    254  
    255252        /* close any open units */ 
    256253        ClosePunchFiles( true );