mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-01-10 16:31:55 -08:00
service: hid: Delete shared memory handle when unused
This commit is contained in:
parent
1220309323
commit
bc2d1262d7
@ -130,6 +130,7 @@ void AppletResource::FreeAppletResourceId(u64 aruid) {
|
||||
if (aruid_data.flag.is_assigned) {
|
||||
aruid_data.shared_memory_format = nullptr;
|
||||
aruid_data.flag.is_assigned.Assign(false);
|
||||
shared_memory_holder[index].Finalize();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user