mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-11-04 01:05:48 +01:00 
			
		
		
		
	Fix a memleak before assertion in l_get_mod_storage
This commit is contained in:
		@@ -37,6 +37,7 @@ int ModApiStorage::l_get_mod_storage(lua_State *L)
 | 
			
		||||
		store->load(gamedef->getModStoragePath());
 | 
			
		||||
		gamedef->registerModStorage(store);
 | 
			
		||||
	} else {
 | 
			
		||||
		delete store;
 | 
			
		||||
		assert(false); // this should not happen
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user