~peter-gjoel/verifydtapn/PTrieWorkflow

« back to all changes in this revision

Viewing changes to src/DiscreteVerification/VerificationTypes/WorkflowSoundness.hpp

  • 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:
82
82
        virtual int numberOfPassed();
83
83
        virtual void deleteMarking(NonStrictMarking* marking)
84
84
        {
85
 
//            delete marking;
 
85
            delete marking;
86
86
        }
87
87
        virtual void getTrace(NonStrictMarking* marking);
88
88
protected: