]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Run mandatory cleanup when startup fails. 17/3517/1
authorCorey Farrell <git@cfware.com>
Fri, 12 Aug 2016 03:12:32 +0000 (23:12 -0400)
committerCorey Farrell <git@cfware.com>
Fri, 12 Aug 2016 03:12:32 +0000 (23:12 -0400)
commit03b80c5d2759505e9ac76b4c3f39013df9f75626
treeb779dc2c700a8d23f87c655fed5ad85773874bb9
parent6092514405538c358963353b70d7d054097838b7
Run mandatory cleanup when startup fails.

Errors during startup result in an exit.  These error branches should be
calling ast_run_atexit(0) to ensure mandatory cleanup is run.

ASTERISK-26267 #close

Change-Id: If226f2326ae2df7add20040696132214cf2bb680
main/asterisk.c