diff --git a/src/tgba/tgbatba.cc b/src/tgba/tgbatba.cc index 956316e01..f2ddc4e25 100644 --- a/src/tgba/tgbatba.cc +++ b/src/tgba/tgbatba.cc @@ -459,6 +459,11 @@ namespace spot s->destroy(); } delete m; + + // These have already been destroyed. + // Prevent destroying by tgba::~tgba. + this->last_support_conditions_input_ = 0; + this->last_support_variables_input_ = 0; } state*