mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-21 17:21:45 +00:00
[Examples] Free Allocated Matrices. (#2425)
This commit is contained in:
@@ -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
|
||||
//--------------------------------------------------------------------------------------
|
||||
|
||||
|
Reference in New Issue
Block a user