mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-03 21:09:11 +00:00 
			
		
		
		
	add virtal destructor to qe_sat
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									2ee416fc8f
								
							
						
					
					
						commit
						a1ee1ec4cc
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -226,7 +226,7 @@ namespace qe {
 | 
			
		|||
            return alloc(sat_tactic, m);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        ~sat_tactic() {
 | 
			
		||||
        virtual ~sat_tactic() {
 | 
			
		||||
            for (unsigned i = 0; i < m_solvers.size(); ++i) {
 | 
			
		||||
                dealloc(m_solvers[i]);
 | 
			
		||||
            }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue