mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
Fix a memory leak in function gl_init_font in ps_libdbgfont.c
This commit is contained in:
parent
c0d4f3275d
commit
64da817eec
@ -54,6 +54,7 @@ static bool gl_init_font(void *data, const char *font_path, float font_size)
|
||||
#endif
|
||||
|
||||
DbgFontInit(&cfg);
|
||||
free(handle);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user