mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-03 16:39:01 -06:00 
			
		
		
		
	hle: kernel: k_process: Close the handle table on shutdown.
This commit is contained in:
		@@ -409,6 +409,9 @@ void KProcess::Finalize() {
 | 
			
		||||
        resource_limit->Close();
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    // Finalize the handle table and close any open handles.
 | 
			
		||||
    handle_table.Finalize();
 | 
			
		||||
 | 
			
		||||
    // Perform inherited finalization.
 | 
			
		||||
    KAutoObjectWithSlabHeapAndContainer<KProcess, KSynchronizationObject>::Finalize();
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user