mirror of
				https://git.suyu.dev/suyu/suyu.git
				synced 2025-10-31 23:06:43 +08:00 
			
		
		
		
	Merge pull request #12606 from german77/npad_close
service: hid: Delete shared memory handle when unused
This commit is contained in:
		
						commit
						bd80929ac1
					
				| @ -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