Skip to content

Commit 047afb1

Browse files
committed
Fix Invalid Task ID error spam in PipelineHashMapRD.
1 parent 7490787 commit 047afb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

servers/rendering/renderer_rd/pipeline_hash_map_rd.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ class PipelineHashMapRD {
7878

7979
void _wait_for_all_pipelines() {
8080
thread_local LocalVector<WorkerThreadPool::TaskID> tasks_to_wait;
81+
tasks_to_wait.clear();
8182
{
8283
MutexLock local_lock(local_mutex);
8384
for (KeyValue<uint32_t, WorkerThreadPool::TaskID> key_value : compilation_tasks) {

0 commit comments

Comments
 (0)