mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-11-04 01:05:48 +01:00 
			
		
		
		
	Fix memory leak caused by mesh nodes (and nodeboxes)
This commit is contained in:
		@@ -171,6 +171,12 @@ ContentFeatures::ContentFeatures()
 | 
			
		||||
 | 
			
		||||
ContentFeatures::~ContentFeatures()
 | 
			
		||||
{
 | 
			
		||||
#ifndef SERVER
 | 
			
		||||
	for (u32 i = 0; i < 24; i++) {
 | 
			
		||||
		if (mesh_ptr[i])
 | 
			
		||||
			mesh_ptr[i]->drop();
 | 
			
		||||
	}
 | 
			
		||||
#endif
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void ContentFeatures::reset()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user