Use RL_FREE() instead of free()

This commit is contained in:
raysan5 2020-05-23 19:21:46 +02:00
parent d3dece3343
commit b95673f701
2 changed files with 10 additions and 8 deletions

View file

@ -1797,7 +1797,7 @@ static Font LoadBMFont(const char *fileName)
}
UnloadImage(imFont);
free(fileText);
RL_FREE(fileText);
if (font.texture.id == 0)
{