Add missing function to free FontRenderer

This commit is contained in:
Francesco Abbate
2020-06-01 14:42:57 +02:00
parent 0389bd000a
commit 91a82d8ae4
3 changed files with 7 additions and 0 deletions
+1
View File
@@ -212,6 +212,7 @@ void ren_free_font(RenFont *font) {
}
}
free(font->data);
FontRendererFree(font->renderer);
free(font);
}