]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_phoneprov_provider: Revert 433996 / 433997.
authorCorey Farrell <git@cfware.com>
Mon, 6 Apr 2015 15:16:03 +0000 (15:16 +0000)
committerCorey Farrell <git@cfware.com>
Mon, 6 Apr 2015 15:16:03 +0000 (15:16 +0000)
commitb1102cd64282487dbc260672d6a9679ca059cd70
tree7fbaf6624a509967f75e14632e395df4374acd5c
parent0f25076f67c345e85f16cc859cf9f06ecab0c870
res_pjsip_phoneprov_provider: Revert 433996 / 433997.

res_pjsip_phoneprov_provider is using ao2_callback with OBJ_MULTIPLE, then
ignoring the return.  OBJ_NODATA flag was to prevent a reference leak, but
this caused the module to FRACK on unload.  Revert change until this can
be investigated further.

ASTERISK-24935
Reported by: Corey Farrell
Review: https://reviewboard.asterisk.org/r/4578/

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@434025 65c4cc65-6c06-0410-ace0-fbb531ad65f3
res/res_pjsip_phoneprov_provider.c