mirror of
https://github.com/raysan5/raylib.git
synced 2025-11-17 15:51:19 +00:00
Use RL_FREE() instead of free()
This commit is contained in:
@@ -1797,7 +1797,7 @@ static Font LoadBMFont(const char *fileName)
|
||||
}
|
||||
|
||||
UnloadImage(imFont);
|
||||
free(fileText);
|
||||
RL_FREE(fileText);
|
||||
|
||||
if (font.texture.id == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user