[Examples] Free Allocated Matrices. (#2425)
This commit is contained in:
parent
c064eefe26
commit
9c66e2f97e
1 changed files with 6 additions and 0 deletions
|
@ -217,6 +217,12 @@ int main(void)
|
||||||
|
|
||||||
// De-Initialization
|
// De-Initialization
|
||||||
//--------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------
|
||||||
|
// Free allocated matrices
|
||||||
|
RL_FREE(rotations);
|
||||||
|
RL_FREE(rotationsInc);
|
||||||
|
RL_FREE(translations);
|
||||||
|
RL_FREE(transforms);
|
||||||
|
|
||||||
CloseWindow(); // Close window and OpenGL context
|
CloseWindow(); // Close window and OpenGL context
|
||||||
//--------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue