mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-02 01:18:28 -04: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