mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-04 01:42:24 -07: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