Fixed memory leaks in textures.c (#1097)

This commit is contained in:
SasLuca 2020-02-11 21:25:27 +00:00 committed by GitHub
commit dec85f741a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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