[Examples] Free Allocated Matrices.

This commit is contained in:
Anilforextra 2022-04-04 13:30:44 +05:45
parent c064eefe26
commit 70cd09a483

View File

@ -217,6 +217,12 @@ int main(void)
// De-Initialization
//--------------------------------------------------------------------------------------
// Free allocated matrices
RL_FREE(rotations);
RL_FREE(rotationsInc);
RL_FREE(translations);
RL_FREE(transforms);
CloseWindow(); // Close window and OpenGL context
//--------------------------------------------------------------------------------------