Query Cache: Fix memory leak.

This commit is contained in:
Fernando Sahmkow 2023-10-01 11:47:14 +02:00
parent 4489e2da63
commit ef38379737
2 changed files with 2 additions and 0 deletions

View file

@ -506,6 +506,7 @@ private:
SetAccumulationValue(query->value);
Free(index);
});
rasterizer->SyncOperation(std::move(func));
}
template <bool is_resolve>