This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/blenlib
Campbell Barton dd98f6b55c 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.
2021-06-09 20:33:40 +10:00
..
2020-08-27 15:33:33 +10:00
2021-03-29 19:11:17 -06:00
2021-05-27 17:59:21 +10:00
2021-01-11 14:59:05 +01:00
2021-01-11 14:59:05 +01:00
2021-03-18 09:36:44 +11:00
2021-01-04 17:38:11 +11:00
2021-06-02 08:28:46 -04:00
2021-03-18 09:36:44 +11:00
2020-08-28 10:04:26 -06:00
2021-05-21 10:25:47 +05:30
2021-01-04 17:38:11 +11:00
2021-01-15 12:17:11 +11:00
2021-01-11 14:59:05 +01:00
2020-10-19 08:43:08 -07:00
2021-03-25 16:01:41 +01:00
2021-04-19 23:56:12 +10:00
2021-01-04 17:38:11 +11:00
2021-06-02 08:28:46 -04:00
2021-05-25 17:16:54 +02:00