Forgot one other leak case

This commit is contained in:
Lioncash 2014-05-23 19:42:17 -04:00
parent ad1074184c
commit 2d313df844

View File

@ -358,6 +358,8 @@ void load_sprite(sprite_t * sprite, char * filename) {
}
i += row_width;
}
fclose(image);
free(bufferb);
}