summaryrefslogtreecommitdiff
path: root/rest-api-templates
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2015-08-18 15:07:49 -0500
committerRichard Mudgett <rmudgett@digium.com>2015-08-18 16:44:06 -0500
commit03eb6cbc10df61064fda2a3890d82ef04f3a0c6a (patch)
tree18b4ce8f50eabfe9ada14023f52dc0590378e484 /rest-api-templates
parente1e7e205bce3d177601ccfa25edd3391d623511a (diff)
res_ari_events: Fix shutdown ref leak.
ASTERISK-25308 #close Reported by: Joshua Colp Change-Id: I592785bf70ff4b63d00e535b482f40da8e82a082
Diffstat (limited to 'rest-api-templates')
-rw-r--r--rest-api-templates/ari_resource.h.mustache11
1 files changed, 11 insertions, 0 deletions
diff --git a/rest-api-templates/ari_resource.h.mustache b/rest-api-templates/ari_resource.h.mustache
index f28e832d1..5e06af734 100644
--- a/rest-api-templates/ari_resource.h.mustache
+++ b/rest-api-templates/ari_resource.h.mustache
@@ -109,6 +109,17 @@ int ast_ari_websocket_{{c_name}}_{{c_nickname}}_init(void);
* {{{notes}}}
{{/notes}}
*
+ * \return Nothing
+ */
+void ast_ari_websocket_{{c_name}}_{{c_nickname}}_dtor(void);
+
+/*!
+ * \brief {{summary}}
+{{#notes}}
+ *
+ * {{{notes}}}
+{{/notes}}
+ *
* \param ser HTTP TCP/TLS Server Session
* \param headers HTTP headers
* \param args Swagger parameters