mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 06:41:51 +00:00
GRAPHICS: Fix possible memory leak in BdfFont code.
This commit is contained in:
parent
fa5f8dc703
commit
a79f529f4c
@ -177,6 +177,7 @@ void free_font(BdfFontData *pf) {
|
||||
return;
|
||||
free(pf->name);
|
||||
free(pf->facename);
|
||||
free(pf->copyright);
|
||||
free(pf->bits);
|
||||
free(pf->offset);
|
||||
free(pf->width);
|
||||
|
Loading…
x
Reference in New Issue
Block a user