mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
res_ari_events: Fix shutdown ref leak.
ASTERISK-25308 #close Reported by: Joshua Colp Change-Id: I592785bf70ff4b63d00e535b482f40da8e82a082
This commit is contained in:
@@ -102,6 +102,17 @@ void ast_ari_{{c_name}}_{{c_nickname}}(struct ast_variable *headers, struct ast_
|
||||
*/
|
||||
int ast_ari_websocket_{{c_name}}_{{c_nickname}}_init(void);
|
||||
|
||||
/*!
|
||||
* \brief {{summary}}
|
||||
{{#notes}}
|
||||
*
|
||||
* {{{notes}}}
|
||||
{{/notes}}
|
||||
*
|
||||
* \return Nothing
|
||||
*/
|
||||
void ast_ari_websocket_{{c_name}}_{{c_nickname}}_dtor(void);
|
||||
|
||||
/*!
|
||||
* \brief {{summary}}
|
||||
{{#notes}}
|
||||
|
Reference in New Issue
Block a user