This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/blenkernel/intern
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
..
2017-03-25 10:04:04 +11:00
2017-03-16 10:30:02 +01:00
2017-06-19 10:04:30 +10:00
2016-07-16 17:48:57 +10:00
2017-06-12 13:38:21 +10:00
2017-04-24 22:00:46 +10:00
2017-06-12 13:38:21 +10:00
2017-06-26 13:26:44 +10:00
2017-04-21 17:12:43 +10:00
2016-08-08 17:51:15 +02:00
2017-04-24 22:00:46 +10:00
2017-06-19 10:04:30 +10:00
2017-06-02 15:38:04 +10:00
2016-01-19 04:54:39 +11:00
2017-06-12 13:38:21 +10:00
2017-06-02 15:38:04 +10:00
2017-05-11 22:05:19 +10:00
2017-06-12 13:38:21 +10:00
2017-06-12 13:38:21 +10:00
2017-03-18 18:33:01 +11:00
2016-05-11 20:20:25 +10:00
2017-06-12 13:38:21 +10:00
2016-05-03 13:52:07 +10:00
2017-03-13 04:39:20 +11:00
2017-05-27 15:34:55 -04:00