* iface/gspn/gspn.cc (tgba_gspn_private_::tgba_gspn_private_):
Rethrow caught expections.
This commit is contained in:
parent
94a9543f38
commit
7991efa10f
2 changed files with 6 additions and 0 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue