summaryrefslogtreecommitdiff
path: root/main/sounds_index.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/sounds_index.c')
-rw-r--r--main/sounds_index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/sounds_index.c b/main/sounds_index.c
index 8ca5967e4..c7f9f4dd9 100644
--- a/main/sounds_index.c
+++ b/main/sounds_index.c
@@ -322,7 +322,7 @@ int ast_sounds_index_init(void)
return -1;
}
- ast_register_atexit(sounds_cleanup);
+ ast_register_cleanup(sounds_cleanup);
return 0;
}