Browse Source
Merge pull request #12606 from german77/npad_close
service: hid: Delete shared memory handle when unused
pull/15/merge
liamwhite
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
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(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|