diff options
Diffstat (limited to 'src/post')
-rwxr-xr-x | src/post/goom/gfontlib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/post/goom/gfontlib.c b/src/post/goom/gfontlib.c index f9d6801dd..2bc366305 100755 --- a/src/post/goom/gfontlib.c +++ b/src/post/goom/gfontlib.c @@ -126,6 +126,7 @@ void gfont_load (void) { small_font_width [32] = font_width [32]/2; font_chars [32] = 0; small_font_chars [32] = 0; + free(font_pos); } void goom_draw_text (Pixel * buf,int resolx,int resoly, |