mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-22 17:27:50 +00:00
Query Cache: Fix memory leak.
This commit is contained in:
parent
4489e2da63
commit
ef38379737
2 changed files with 2 additions and 0 deletions
|
@ -506,6 +506,7 @@ private:
|
|||
SetAccumulationValue(query->value);
|
||||
Free(index);
|
||||
});
|
||||
rasterizer->SyncOperation(std::move(func));
|
||||
}
|
||||
|
||||
template <bool is_resolve>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue