* 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

@ -1,3 +1,8 @@
2003-07-23 Alexandre Duret-Lutz <aduret@src.lip6.fr>
* iface/gspn/gspn.cc (tgba_gspn_private_::tgba_gspn_private_):
Rethrow caught expections.
2003-07-22 Alexandre Duret-Lutz <aduret@src.lip6.fr> 2003-07-22 Alexandre Duret-Lutz <aduret@src.lip6.fr>
* m4/gspnlib.m4: Check for libgspnRG.a and libgspnSRG.a. * m4/gspnlib.m4: Check for libgspnRG.a and libgspnSRG.a.

View file

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