mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 11:58:40 +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_endpoint_shutdown(client->endpoint);
|
||||
ao2_cleanup(client->endpoint);
|
||||
client->endpoint = NULL;
|
||||
|
||||
if (client->filter) {
|
||||
|
||||
Reference in New Issue
Block a user