Merge "res_xmpp: Fix ref counting issue" into 13

certified/13.18
zuul 9 years ago committed by Gerrit Code Review
commit 92517fc6a7

@ -561,7 +561,6 @@ static void xmpp_client_destructor(void *obj)
ast_xmpp_client_disconnect(client);
ast_endpoint_shutdown(client->endpoint);
ao2_cleanup(client->endpoint);
client->endpoint = NULL;
if (client->filter) {

Loading…
Cancel
Save