summaryrefslogtreecommitdiffstats
path: root/example/pp-access-rights-terminate.c
diff options
context:
space:
mode:
Diffstat (limited to 'example/pp-access-rights-terminate.c')
-rw-r--r--example/pp-access-rights-terminate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/pp-access-rights-terminate.c b/example/pp-access-rights-terminate.c
index 5f956bb..1f745f4 100644
--- a/example/pp-access-rights-terminate.c
+++ b/example/pp-access-rights-terminate.c
@@ -63,7 +63,7 @@ int main(int argc, char **argv)
mm_access_rights_terminate_req(dh, mme);
dect_event_loop();
- dect_common_cleanup(dh);
dect_mm_endpoint_destroy(dh, mme);
+ dect_common_cleanup(dh);
return 0;
}