mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	Archive: Fixed close archive before freeing.
This commit is contained in:
		
							parent
							
								
									3e09c07378
								
							
						
					
					
						commit
						bcb0dbf7e1
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -99,8 +99,8 @@ public: | |||
|         case FileCommand::Close: | ||||
|         { | ||||
|             DEBUG_LOG(KERNEL, "Close %s %s", GetTypeName().c_str(), GetName().c_str()); | ||||
|             Kernel::g_object_pool.Destroy<Archive>(GetHandle()); | ||||
|             CloseArchive(backend->GetIdCode()); | ||||
|             Kernel::g_object_pool.Destroy<Archive>(GetHandle()); | ||||
|             break; | ||||
|         } | ||||
|         // Unknown command...
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue