Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-06-09 13:17:03 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-06-09 13:33:40 +0300
commitdd98f6b55cdf7da3c60bb9278bcf4c9baeb49507 (patch)
treea09a68aaffe718547aaea2807e45d3f0217d07e7 /release
parentb18a214ecba602f8d06ec40ee03111308c9afbd7 (diff)
Fix missing free calls for task iterator
A single threaded task with thread data over 8192 bytes would leak. While this didn't happen in practice, it could cause issues in the future. The free call for `task_parallel_iterator_do` wasn't running if callbacks weren't set, also not an issue in practice but avoids potential problems in the future too.
Diffstat (limited to 'release')
0 files changed, 0 insertions, 0 deletions