https://github.com/shader-slang/slang
Revision 64eec046f5a77ebad9564a935c4fad8df08ea6eb authored by jsmall-nvidia on 20 June 2019, 15:14:51 UTC, committed by GitHub on 20 June 2019, 15:14:51 UTC
* Remove the memory leak that is being reported on Visual Stuio, due to getExecutablePath having a static local variable that is not freed before leaks are dumped. The solution is sort of clumsy, in so far as it just removes the cache. Would be nice to have a better way to handle such situations.

* Add to do comment - and also to push CI to rebuild.
1 parent babe8e7
History
Tip revision: 64eec046f5a77ebad9564a935c4fad8df08ea6eb authored by jsmall-nvidia on 20 June 2019, 15:14:51 UTC
Hot fix: Remove getExecutablePath reported memory leak (#993)
Tip revision: 64eec04
File Mode Size
docs
examples
external
source
tests
tools
.editorconfig -rw-r--r-- 937 bytes
.gitattributes -rw-r--r-- 95 bytes
.gitignore -rw-r--r-- 419 bytes
.gitmodules -rw-r--r-- 406 bytes
.travis.yml -rw-r--r-- 1.7 KB
CODE_OF_CONDUCT.md -rw-r--r-- 3.1 KB
LICENSE -rw-r--r-- 1.1 KB
README.md -rw-r--r-- 6.7 KB
appveyor.yml -rw-r--r-- 3.7 KB
premake5.lua -rw-r--r-- 26.7 KB
slang-com-helper.h -rw-r--r-- 4.8 KB
slang-com-ptr.h -rw-r--r-- 4.8 KB
slang.h -rw-r--r-- 106.8 KB
slang.sln -rw-r--r-- 9.8 KB
test.bat -rw-r--r-- 1.4 KB
travis_build.sh -rw-r--r-- 304 bytes
travis_test.sh -rw-r--r-- 435 bytes

README.md

back to top