Files
test2/source/blender/blenkernel
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
..
2015-05-11 12:39:39 +10:00
2017-03-25 10:04:04 +11:00
2016-08-06 10:58:13 +02:00
2016-05-17 03:07:40 +10:00
2015-07-25 07:44:25 +10:00
2015-08-01 12:37:52 +10:00
2017-04-21 17:12:43 +10:00
2017-05-27 15:34:55 -04:00
2016-08-08 17:51:15 +02:00
2017-04-13 12:33:05 +03:00
2015-11-12 18:54:26 +11:00
2016-05-11 20:20:25 +10:00
2016-05-03 13:52:07 +10:00
2015-04-06 10:40:12 -03:00
2015-04-06 10:40:12 -03:00
2015-04-07 08:46:48 +10:00
2016-08-06 10:58:13 +02:00