]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Run mandatory cleanup when startup fails. 15/3515/1
authorCorey Farrell <git@cfware.com>
Fri, 12 Aug 2016 03:11:23 +0000 (23:11 -0400)
committerCorey Farrell <git@cfware.com>
Fri, 12 Aug 2016 03:11:23 +0000 (23:11 -0400)
commit4725de7aae80f03d994eee0086f9de75437005e3
treea6e7b4c0f85eec366b1542833b5d1ac06ef34684
parent52bd5e9eeb13e57188af0e6cbf82fb9c44727409
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