Files
blender/intern
Campbell Barton 64660b902c Use 'safe' macros for common free operation
Same as MEM_SAFE_FREE macro,
checks for NULL, runs free then sets NULL.

Blocks of code that do this many times are noisy and likely
errors here wouldn't be noticed immediately.

Also NULL's static vars which were being left set.
2017-04-13 13:37:27 +10:00
..
2016-01-04 14:20:48 +05:00
2017-04-12 14:23:47 +10:00
2017-03-12 02:47:53 +11:00
2016-01-04 14:20:48 +05:00
2016-01-04 14:20:48 +05:00
2016-07-02 10:08:33 +10:00
2017-04-07 12:55:04 +02:00
2016-01-04 14:20:48 +05:00
2016-06-11 22:05:20 +02:00
2016-01-04 14:20:48 +05:00
2017-03-16 23:32:35 -04:00