Changeset 100

Show
Ignore:
Timestamp:
09/22/06 18:25:16 (2 years ago)
Author:
dconrad
Message:

Oops, forgot to close the file after validation

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ff_MovieImport.c

    r91 r100  
    318318                                codec_get_bmp_id(BSWAP(fourcc)) == CODEC_ID_DVVIDEO) 
    319319                                *valid = 0; 
     320                         
     321                        url_fclose(&byteContext); 
    320322                } 
    321323        }