* iface/gspn/gspn.cc (tgba_gspn_private_::tgba_gspn_private_):

Rethrow caught expections.
This commit is contained in:
Alexandre Duret-Lutz 2003-07-23 15:23:00 +00:00
parent 94a9543f38
commit 7991efa10f
2 changed files with 6 additions and 0 deletions

View file

@ -117,6 +117,7 @@ namespace spot
// If an exception occurs during the loop, we need to clean
// all BDD variables which have been registered so far.
dict->unregister_all_my_variables(this);
throw;
}
}