~peter-gjoel/verifydtapn/PTrieWorkflow

« back to all changes in this revision

Viewing changes to src/DiscreteVerification/DiscreteVerification.cpp

  • Committer: Peter Gjøl Jensen
  • Date: 2015-06-22 14:45:39 UTC
  • Revision ID: peter.gjoel@gmail.com-20150622144539-skkruwkgsx3gnuao
strong-workflow + ptrie checked for leaks and memmory-corruption. Has controlled leak of two markings, not fixed as this would clutter up the code even more

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
                                            query);
82
82
                            verifier->printExecutionTime(cout);
83
83
                            verifier->printMessages(cout);
84
 
                            verifier->cleanup();
 
84
                            delete verifier;
85
85
                }
86
86
                else{
87
87
                        // Assumes correct structure of net!
102
102
                                                        options,
103
103
                                                        query);
104
104
                                        verifier->printExecutionTime(cout);
105
 
                        verifier->cleanup();
 
105
                        delete verifier;
106
106
                }
107
107
 
108
 
     
 
108
                
109
109
                return 0;
110
110
            }
111
111