Close file descriptor

This commit is contained in:
Thomas Arnhold 2011-06-25 14:06:41 +02:00
parent f886c513a2
commit 657915558f

View file

@ -144,6 +144,7 @@ int splash_load_bmp( const char *filename )
width = png_get_image_width( png_ptr, info_ptr );
height = png_get_image_height( png_ptr, info_ptr );
fclose( file );
return 1;
}
#else