mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 15:29:05 +00:00
Merge "res_xmpp: Fix ref counting issue"
This commit is contained in:
@@ -559,7 +559,6 @@ static void xmpp_client_destructor(void *obj)
|
|||||||
ast_xmpp_client_disconnect(client);
|
ast_xmpp_client_disconnect(client);
|
||||||
|
|
||||||
ast_endpoint_shutdown(client->endpoint);
|
ast_endpoint_shutdown(client->endpoint);
|
||||||
ao2_cleanup(client->endpoint);
|
|
||||||
client->endpoint = NULL;
|
client->endpoint = NULL;
|
||||||
|
|
||||||
if (client->filter) {
|
if (client->filter) {
|
||||||
|
|||||||
Reference in New Issue
Block a user