mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
res_ari_events: Fix shutdown ref leak.
ASTERISK-25308 #close Reported by: Joshua Colp Change-Id: I592785bf70ff4b63d00e535b482f40da8e82a082
This commit is contained in:
@@ -57,6 +57,13 @@ struct ast_ari_events_event_websocket_args {
|
||||
*/
|
||||
int ast_ari_websocket_events_event_websocket_init(void);
|
||||
|
||||
/*!
|
||||
* \brief WebSocket connection for events.
|
||||
*
|
||||
* \return Nothing
|
||||
*/
|
||||
void ast_ari_websocket_events_event_websocket_dtor(void);
|
||||
|
||||
/*!
|
||||
* \brief WebSocket connection for events.
|
||||
*
|
||||
|
Reference in New Issue
Block a user