Close a few more handles

This commit is contained in:
Joshua Granick
2015-04-21 13:42:50 -07:00
parent e3c4c0d57b
commit 5ff82be019

View File

@@ -201,6 +201,8 @@ namespace lime {
png_read_end (png_ptr, NULL);
png_destroy_read_struct (&png_ptr, &info_ptr, (png_infopp)NULL);
if (file) lime::fclose (file);
return true;
}