We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 768d75a + 047afb1 commit 701505eCopy full SHA for 701505e
servers/rendering/renderer_rd/pipeline_hash_map_rd.h
@@ -78,6 +78,7 @@ class PipelineHashMapRD {
78
79
void _wait_for_all_pipelines() {
80
thread_local LocalVector<WorkerThreadPool::TaskID> tasks_to_wait;
81
+ tasks_to_wait.clear();
82
{
83
MutexLock local_lock(local_mutex);
84
for (KeyValue<uint32_t, WorkerThreadPool::TaskID> key_value : compilation_tasks) {
0 commit comments