mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-03 21:09:11 +00:00 
			
		
		
		
	Fixed a memory leak
This commit is contained in:
		
							parent
							
								
									5d71190468
								
							
						
					
					
						commit
						1294a2ac15
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -113,6 +113,7 @@ expr_ref fpa2bv_model_converter::convert_bv2fp(sort * s, expr * sgn, expr * exp,
 | 
				
			||||||
                               " " << mk_ismt2_pp(exp, m) << 
 | 
					                               " " << mk_ismt2_pp(exp, m) << 
 | 
				
			||||||
                               " " << mk_ismt2_pp(sig, m) << "] == " << 
 | 
					                               " " << mk_ismt2_pp(sig, m) << "] == " << 
 | 
				
			||||||
                               mk_ismt2_pp(res, m) << std::endl;);
 | 
					                               mk_ismt2_pp(res, m) << std::endl;);
 | 
				
			||||||
 | 
					    fu.fm().del(fp_val);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    return res;
 | 
					    return res;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue