You've already forked mariadb-columnstore-engine
							
							
				mirror of
				https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
				synced 2025-10-31 18:30:33 +03:00 
			
		
		
		
	fix(leak): MCOL-6018: cleanup stacks on error again
This commit is contained in:
		
				
					committed by
					
						 Leonid Fedorov
						Leonid Fedorov
					
				
			
			
				
	
			
			
			
						parent
						
							0b4687e0c7
						
					
				
				
					commit
					9ed33c7e04
				
			| @@ -815,6 +815,12 @@ void gp_walk(const Item* item, void* arg) | |||||||
|     } |     } | ||||||
|   } |   } | ||||||
|  |  | ||||||
|  |   // Clean up allocated objects if a fatal parse error occurred | ||||||
|  |   if (gwip->fatalParseError) | ||||||
|  |   { | ||||||
|  |     clearDeleteStacks(*gwip); | ||||||
|  |   } | ||||||
|  |  | ||||||
|   return; |   return; | ||||||
| } | } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user