descampsa / yuv2rgb

C99 library for fast image conversion between yuv420p and rgb24
BSD 3-Clause "New" or "Revised" License
170 stars 62 forks source link

FIX: ignoring return value of ‘fread’ #1

Closed LuoZijun closed 7 years ago

LuoZijun commented 7 years ago

fix ignoring return value of ‘fread’ error(Linux).

descampsa commented 7 years ago

Hey,

Thank you for the fix. Could you also add a fclose before the return?

I see that i also forgot the fclose in the normal case, but that's a separate issue that i will fix myself after merging you pull request.

Thanks.

LuoZijun commented 7 years ago

yeah~