Fix leaked file descriptor with ENTROPY_STATS

cppcheck found a leaked file descriptor in the debugging code
enabled by defining ENTROPY_STATS. Fixes issue #60.

Change-Id: I0c1d0669cb94d44fed77860f97b82763be06b7cb
This commit is contained in:
Martin Ettl 2010-10-25 13:14:11 -04:00 committed by John Koleszar
parent 2ad4810a21
commit c3fd2c4ea7

View File

@ -2529,6 +2529,7 @@ void vp8_remove_compressor(VP8_PTR *ptr)
}
fprintf(fmode, "};\n");
fclose(fmode);
}
#endif