Fixed memory leaks in textures.c (#1097)

This commit is contained in:
SasLuca
2020-02-11 21:25:27 +00:00
committed by GitHub
parent 87d5b51256
commit dec85f741a
2 changed files with 7 additions and 2 deletions

4
.gitignore vendored
View File

@ -113,6 +113,10 @@ docs/examples/web/*/*.html
!docs/examples/web/shaders/loader.html
!docs/examples/web/models/loader.html
# Jetbrains project
.idea/
cmake-build-debug/
# CMake stuff
CMakeCache.txt
CMakeFiles