mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Fix garbage collection of recently added classes
This commit is contained in:
		
							parent
							
								
									66045faf81
								
							
						
					
					
						commit
						28a39f0275
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -140,8 +140,12 @@ sub thread_cleanup {
 | 
			
		|||
    *Slic3r::ExtrusionLoop::DESTROY         = sub {};
 | 
			
		||||
    *Slic3r::ExtrusionPath::DESTROY         = sub {};
 | 
			
		||||
    *Slic3r::ExtrusionPath::Collection::DESTROY = sub {};
 | 
			
		||||
    *Slic3r::Flow::DESTROY                  = sub {};
 | 
			
		||||
    *Slic3r::Geometry::BoundingBox::DESTROY = sub {};
 | 
			
		||||
    *Slic3r::Geometry::BoundingBoxf3::DESTROY = sub {};
 | 
			
		||||
    *Slic3r::Line::DESTROY                  = sub {};
 | 
			
		||||
    *Slic3r::Point::DESTROY                 = sub {};
 | 
			
		||||
    *Slic3r::Pointf3::DESTROY               = sub {};
 | 
			
		||||
    *Slic3r::Polygon::DESTROY               = sub {};
 | 
			
		||||
    *Slic3r::Polyline::DESTROY              = sub {};
 | 
			
		||||
    *Slic3r::Polyline::Collection::DESTROY  = sub {};
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue