mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-02 03:42:53 +00:00
Query Cache: Fix memory leak.
This commit is contained in:
@@ -506,6 +506,7 @@ private:
|
||||
SetAccumulationValue(query->value);
|
||||
Free(index);
|
||||
});
|
||||
rasterizer->SyncOperation(std::move(func));
|
||||
}
|
||||
|
||||
template <bool is_resolve>
|
||||
|
||||
Reference in New Issue
Block a user