From ca02121ef7f5a521dd941ca758750a074b9fbac8 Mon Sep 17 00:00:00 2001 From: Kevin Harwell Date: Fri, 23 Jan 2015 15:21:56 +0000 Subject: Investigate and fix memory leaks in Asterisk Fixed memory leaks that were found in Asterisk. ASTERISK-24693 #close Reported by: Kevin Harwell Review: https://reviewboard.asterisk.org/r/4347/ ........ Merged revisions 430999 from http://svn.asterisk.org/svn/asterisk/branches/13 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@431010 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/stasis_app.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/asterisk') diff --git a/include/asterisk/stasis_app.h b/include/asterisk/stasis_app.h index e47275480..0d04caa3d 100644 --- a/include/asterisk/stasis_app.h +++ b/include/asterisk/stasis_app.h @@ -245,8 +245,7 @@ enum stasis_app_user_event_res { * \param event_name Name of the Userevent. * \param source_uris URIs for the source objects to attach to event. * \param sources_count Array size of source_uris. - * \param userevent_data Custom parameters for the user event - * \param userevents_count Array size of userevent_data + * \param json_variables event blob variables. * * \return \ref stasis_app_user_event_res return code. */ -- cgit v1.2.3