jpeg: close file when finished
This commit is contained in:
parent
950c15ccf4
commit
bac479e309
@ -454,5 +454,7 @@ int load_sprite_jpg(sprite_t * tsprite, char * filename) {
|
||||
}
|
||||
}
|
||||
|
||||
fclose(f);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user