mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	[datalog] fix memory leak in union instructions
the source operand was never cleaned up Signed-off-by: Nuno Lopes <t-nclaud@microsoft.com>
This commit is contained in:
		
							parent
							
								
									75ad174567
								
							
						
					
					
						commit
						90c808bde9
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -707,6 +707,7 @@ namespace datalog {
 | 
			
		|||
 | 
			
		||||
            //update the head relation
 | 
			
		||||
            make_union(new_head_reg, head_reg, delta_reg, use_widening, acc);
 | 
			
		||||
            make_dealloc_non_void(new_head_reg, acc);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
    finish:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue