asterisk/res/ari
Joshua C. Colp 564349ff5d ari: Destroy body variables in channel create.
When passing a JSON body to the 'create' channel route
it would be converted into Asterisk variables, but never
freed resulting in a memory leak.

This change makes it so that the variables are freed in
all cases.

ASTERISK-30344

Change-Id: I924dbd866a01c6073e2d6fb846ccaa27ef72d49d
2022-12-09 06:48:54 -06:00
..
ari_model_validators.c ari: expose channel driver's unique id to ARI channel resource 2022-05-22 15:40:33 -05:00
ari_model_validators.h ari: expose channel driver's unique id to ARI channel resource 2022-05-22 15:40:33 -05:00
ari_websockets.c ari: Implement 'debug all' and request/response logging 2017-01-23 10:25:58 -07:00
cli.c ari: Implement 'debug all' and request/response logging 2017-01-23 10:25:58 -07:00
config.c various files - fix some alerts raised by lgtm code analysis 2019-11-18 08:30:45 -06:00
internal.h progdocs: Fix Doxygen left-overs. 2021-12-13 08:57:26 -06:00
resource_applications.c res_ari_applications: Fix incorrect call to ao2_lock. 2019-02-25 06:12:14 -06:00
resource_applications.h ARI event type filtering 2019-02-20 09:56:22 -06:00
resource_asterisk.c Added ARI resource /ari/asterisk/ping 2019-01-30 12:51:03 +00:00
resource_asterisk.h Added ARI resource /ari/asterisk/ping 2019-01-30 12:51:03 +00:00
resource_bridges.c res_ari: Fix for Doxygen. 2021-11-18 16:25:51 -06:00
resource_bridges.h res_stasis.c: Added video_single option for bridge creation 2020-09-10 09:53:27 -05:00
resource_channels.c ari: Destroy body variables in channel create. 2022-12-09 06:48:54 -06:00
resource_channels.h ari: Allow variables to be set on channel create. 2020-05-15 06:41:45 -05:00
resource_device_states.c Add missing OPTIONAL_API and ARI dependences. 2018-01-22 12:16:58 -05:00
resource_device_states.h ARI: Remove unnecessary \briefs from automatically generated documentation 2014-07-02 21:13:46 +00:00
resource_endpoints.c resource_endpoints.c: memory leak when providing a 404 response 2020-10-05 17:55:45 +02:00
resource_endpoints.h Multiple revisions 420089-420090,420097 2014-08-05 21:44:09 +00:00
resource_events.c res: Spelling fixes 2021-11-15 16:37:34 -06:00
resource_events.h res_ari: Fix for Doxygen. 2021-11-18 16:25:51 -06:00
resource_mailboxes.c Add missing OPTIONAL_API and ARI dependences. 2018-01-22 12:16:58 -05:00
resource_mailboxes.h ARI: Remove unnecessary \briefs from automatically generated documentation 2014-07-02 21:13:46 +00:00
resource_playbacks.c Add missing OPTIONAL_API and ARI dependences. 2018-01-22 12:16:58 -05:00
resource_playbacks.h ARI: Remove unnecessary \briefs from automatically generated documentation 2014-07-02 21:13:46 +00:00
resource_recordings.c Add missing OPTIONAL_API and ARI dependences. 2018-01-22 12:16:58 -05:00
resource_recordings.h ARI: Add the ability to download the media associated with a stored recording 2016-05-20 09:06:12 -05:00
resource_sounds.c media_index.c: Refactored so it doesn't cache the index 2019-01-28 12:26:58 -07:00
resource_sounds.h ARI: Remove unnecessary \briefs from automatically generated documentation 2014-07-02 21:13:46 +00:00