mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-04 00:49:02 -06:00 
			
		
		
		
	Archive: Fixed close archive before freeing.
This commit is contained in:
		@@ -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...
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user