Fix #132148: Assert using rendered animation playback
Don't close file handle twice.
This commit is contained in:
@@ -134,7 +134,6 @@ static bool buffer_from_filepath(const char *filepath,
|
||||
size_read);
|
||||
}
|
||||
else {
|
||||
close(file);
|
||||
*r_size = size;
|
||||
if (r_mem) {
|
||||
*r_mem = mem;
|
||||
|
||||
Reference in New Issue
Block a user