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