diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fsm/fsm_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fsm/fsm_test.c b/tests/fsm/fsm_test.c index 84c2ae4d..29b31efc 100644 --- a/tests/fsm/fsm_test.c +++ b/tests/fsm/fsm_test.c @@ -151,5 +151,6 @@ int main(int argc, char **argv) osmo_select_main(0); } + osmo_fsm_unregister(&fsm); exit(0); } |