blender/source
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
..
blender Fix memory leak caused by node clipboard 2017-07-11 11:06:36 +02:00
blenderplayer fix: overlooked the RET_ZERO appendix 2017-06-25 17:04:47 +02:00
creator
gameengine Fix T51889: new file or load factory settings results in broken UI. 2017-07-08 00:54:05 +02:00
tools@b11375e890
CMakeLists.txt