Go to file
Sergey Sharybin d5d7d453a5 Fix memory leak caused by node clipboard
The issue was caused by combination of following factors:

- Clipboard cleanup function will pass node tree as NULL to node free
  function.

  This is fine on it's own, we don't have tree in clipboard.

- Node free function will call node storage cleanup only when there is
  a non-NULL node tree.

  This is somewhat weird, because storage cleanup does not take node
  tree as argument.

So the solution here: move node storage cleanup outside of check that
node tree is not NULL.
2017-07-11 11:06:36 +02:00
build_files Enable optional jack in install_deps.sh 2017-06-26 16:12:32 +02:00
doc Docs: Fix file:line links in generated API docs 2017-06-18 02:38:20 +10:00
extern Remove MinGW support 2017-05-27 15:34:55 -04:00
intern Opensubdiv: Fix compilation error with older Opensubdiv versions 2017-07-11 11:05:39 +02:00
release Fix T51978: Setup Tracking Scene after Motion Tracking fails the first time 2017-07-07 09:36:25 +02:00
source Fix memory leak caused by node clipboard 2017-07-11 11:06:36 +02:00
tests Fixed build error on Windows / VS2015 2017-07-03 16:09:19 +02:00
.arcconfig
.gitignore Update .gitignore to some more generated/non-git-stored files. 2016-08-21 22:40:57 +02:00
.gitmodules Point all submodules to master branch 2017-04-03 14:54:51 +02:00
CMakeLists.txt CMake: Only set CMAKE_BUILD_TYPE_INIT when not set 2017-06-27 09:50:35 +10:00
COPYING
GNUmakefile CMake: Only set CMAKE_BUILD_TYPE_INIT when not set 2017-06-27 09:50:35 +10:00
make.bat [msvc/make.bat] Limit the amount of simultaneously compiled projects. 2017-05-03 15:15:35 -06:00