use raylib free

This commit is contained in:
culacant 2019-08-06 14:34:45 +02:00
parent d9e4bd6938
commit e39dcf5733

View File

@ -99,7 +99,7 @@ int main(void)
//-------------------------------------------------------------------------------------- //--------------------------------------------------------------------------------------
// Unload model animations data // Unload model animations data
for (int i = 0; i < animsCount; i++) UnloadModelAnimation(anims[i]); for (int i = 0; i < animsCount; i++) UnloadModelAnimation(anims[i]);
free(anims); RL_FREE(anims);
UnloadModel(model); // Unload model UnloadModel(model); // Unload model