Merge "res_xmpp: Fix ref counting issue"

pull/7/head
Joshua Colp 9 years ago committed by Gerrit Code Review
commit f43cfb81d9

@ -559,7 +559,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