projects
/
asterisk/asterisk.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Missed a line from a bad merge in r390122
[asterisk/asterisk.git]
/
main
/
app.c
diff --git
a/main/app.c
b/main/app.c
index
f82f758
..
03c1a1e
100644
(file)
--- a/
main/app.c
+++ b/
main/app.c
@@
-2829,7
+2829,7
@@
static void app_cleanup(void)
int app_init(void)
{
- ast_register_atexit(app_cleanup);
+ ast_register_cleanup(app_cleanup);
if (STASIS_MESSAGE_TYPE_INIT(ast_mwi_state_type) != 0) {
return -1;