]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pbx_dundi: Run cleanup on failed load. 71/1971/1
authorCorey Farrell <git@cfware.com>
Sun, 10 Jan 2016 00:04:34 +0000 (19:04 -0500)
committerCorey Farrell <git@cfware.com>
Sun, 10 Jan 2016 00:07:08 +0000 (18:07 -0600)
commit79b430988102eefed7d2ddb3655361df129a6216
treeac68b3ea0aa470b7c9b5ce1d726ce8de456c2c31
parent573b37c6581b54cfe80dfd9a956c29c33f11f4bd
pbx_dundi: Run cleanup on failed load.

During failed startup of pbx_dundi no cleanup was performed.  Add a call
to unload_module before returning AST_MODULE_LOAD_DECLINE.

ASTERISK-25677 #close

Change-Id: I8ffa226fda4365ee7068ac1f464473f1a4ebbb29
pbx/pbx_dundi.c