mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 13:29:11 +00:00 
			
		
		
		
	API: dont deref already free'd memory on error
This commit is contained in:
		
							parent
							
								
									64f1a759a7
								
							
						
					
					
						commit
						8fda4f904d
					
				
					 7 changed files with 24 additions and 14 deletions
				
			
		| 
						 | 
				
			
			@ -28,7 +28,7 @@ struct solver2smt2_pp {
 | 
			
		|||
    expr_ref_vector m_tracked;
 | 
			
		||||
    unsigned_vector m_tracked_lim;
 | 
			
		||||
 | 
			
		||||
    solver2smt2_pp(ast_manager& m, char const* file);
 | 
			
		||||
    solver2smt2_pp(ast_manager& m, const std::string& file);
 | 
			
		||||
    void assert_expr(expr* e);
 | 
			
		||||
    void assert_expr(expr* e, expr* t);
 | 
			
		||||
    void push();
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue