blender/source
Bastien Montagne 18c2a44333 Fix ugly mistake in BLI_task - freeing while some tasks are still being processed.
Freeing pool was calling `BLI_task_pool_stop()`, which only clears
pool's tasks that are in TODO queue, whithout ensuring no more tasks
from that pool are being processed in worker threads.

This could lead to use-after-free random (and seldom) crashes.

Now use instead `BLI_task_pool_cancel()`, which does waits for all tasks
being processed to finish, before returning.
2017-03-03 17:12:03 +01:00
..
blender Fix ugly mistake in BLI_task - freeing while some tasks are still being processed. 2017-03-03 17:12:03 +01:00
blenderplayer Fix T49860: Copying vgroups between objects sharing the same obdata was not possible. 2017-02-03 15:47:44 +01:00
creator Cycles: Fix non-zero exit status when rendering animation from CLI and running out of memory 2017-02-24 14:25:38 +01:00
gameengine Cleanup: Grey --> Gray 2017-02-27 19:33:57 -05:00
tools@b11375e890 Fix blurry icons 2017-01-29 17:21:57 +03:00
CMakeLists.txt