summaryrefslogtreecommitdiff
path: root/apps/app_skel.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_skel.c')
-rw-r--r--apps/app_skel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/app_skel.c b/apps/app_skel.c
index 8a5b5bc75..249b1b675 100644
--- a/apps/app_skel.c
+++ b/apps/app_skel.c
@@ -702,6 +702,7 @@ static int unload_module(void)
ast_cli_unregister_multiple(skel_cli, ARRAY_LEN(skel_cli));
aco_info_destroy(&cfg_info);
ao2_global_obj_release(globals);
+ ao2_cleanup(games);
return ast_unregister_application(app);
}