diff options
author | german77 <juangerman-13@hotmail.com> | 2024-01-07 19:55:24 +0100 |
---|---|---|
committer | german77 <juangerman-13@hotmail.com> | 2024-01-07 19:55:24 +0100 |
commit | bc2d1262d7bb4f6d4f97d0fd3d5a495f5e8a972e (patch) | |
tree | 57cca403630c9bccb575eee819b7dfa70f295f74 | |
parent | Merge pull request #12560 from GayPotatoEmma/master (diff) | |
download | yuzu-bc2d1262d7bb4f6d4f97d0fd3d5a495f5e8a972e.tar yuzu-bc2d1262d7bb4f6d4f97d0fd3d5a495f5e8a972e.tar.gz yuzu-bc2d1262d7bb4f6d4f97d0fd3d5a495f5e8a972e.tar.bz2 yuzu-bc2d1262d7bb4f6d4f97d0fd3d5a495f5e8a972e.tar.lz yuzu-bc2d1262d7bb4f6d4f97d0fd3d5a495f5e8a972e.tar.xz yuzu-bc2d1262d7bb4f6d4f97d0fd3d5a495f5e8a972e.tar.zst yuzu-bc2d1262d7bb4f6d4f97d0fd3d5a495f5e8a972e.zip |
-rw-r--r-- | src/hid_core/resources/applet_resource.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hid_core/resources/applet_resource.cpp b/src/hid_core/resources/applet_resource.cpp index d09a525c6..a84826050 100644 --- a/src/hid_core/resources/applet_resource.cpp +++ b/src/hid_core/resources/applet_resource.cpp @@ -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(); } } |