]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_xmpp: Fix ref counting issue
authorSean Bright <sean.bright@gmail.com>
Thu, 23 Mar 2017 10:19:18 +0000 (06:19 -0400)
committerSean Bright <sean.bright@gmail.com>
Thu, 23 Mar 2017 14:58:21 +0000 (08:58 -0600)
commit606103580fce877c70940d4eb40a753b77b3e347
treeb64ae6f4941036c92c3f0f74e5502395b259b55a
parentbdc0514b08f69d1d27fd8b985bcf1e5011b3de6c
res_xmpp: Fix ref counting issue

The only remaining reference to the endpoint is in the endpoints
container, and because it is unlinked in ast_endpoint_shutdown, we don't
have to explicitly cleanup the endpoint ourselves.

Change-Id: I912a2692e52d3e2ed445b32d8ae3f9004bc2f2e8
res/res_xmpp.c