]> git.ipfire.org Git - thirdparty/asterisk.git/commit
json: Fix off-nominal json ref counting issues.
authorRichard Mudgett <rmudgett@digium.com>
Fri, 21 Feb 2014 17:49:07 +0000 (17:49 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Fri, 21 Feb 2014 17:49:07 +0000 (17:49 +0000)
commitf064222b8934c88d71963a5dce6ca9726e22b449
treef82701f61752599dddb50821c302c5646313413e
parent8090faebf1dfc5b358e28442427806389a3b2370
json: Fix off-nominal json ref counting issues.

* Fixed off-nominal json ref counting issue with using the following API
calls: ast_json_object_set() and ast_json_array_append().

* Fixed off-nominal error reporting in ast_ari_endpoints_list().

* Fixed some miscellaneous off-nominal json ref counting issues in
report_receive_fax_status() and dial_to_json().

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@408713 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_meetme.c
include/asterisk/json.h
main/sorcery.c
main/stasis_channels.c
res/ari/resource_endpoints.c
res/res_fax.c
res/res_sorcery_astdb.c
res/res_stasis_recording.c