]> git.ipfire.org Git - thirdparty/asterisk.git/commit
datastores: Audit ast_channel_datastore_remove usage.
authorRichard Mudgett <rmudgett@digium.com>
Mon, 28 Jul 2014 18:50:14 +0000 (18:50 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Mon, 28 Jul 2014 18:50:14 +0000 (18:50 +0000)
commit094e227f786b1d4030b009489bded84c3a57669c
treed5345b3bff7decc4bdf720cf5d8e5ef31ad5af94
parent54e19bf490ea38a0b72fc851846ea52ebdbc7996
datastores: Audit ast_channel_datastore_remove usage.

Audit of v1.8 usage of ast_channel_datastore_remove() for datastore memory
leaks.

* Fixed leaks in app_speech_utils and func_frame_trace.

* Fixed app_speech_utils not locking the channel when accessing the
channel datastore list.

Review: https://reviewboard.asterisk.org/r/3859/

Audit of v11 usage of ast_channel_datastore_remove() for datastore memory
leaks.

* Fixed leak in func_jitterbuffer.  (Was not in v12)

Review: https://reviewboard.asterisk.org/r/3860/

Audit of v12 usage of ast_channel_datastore_remove() for datastore memory
leaks.

* Fixed leaks in abstract_jb.

* Fixed leak in ast_channel_unsuppress().  Used by ARI mute control and
res_mutestream.

* Fixed ref leak in ast_channel_suppress().  Used by ARI mute control and
res_mutestream.

Review: https://reviewboard.asterisk.org/r/3861/
........

Merged revisions 419684 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........

Merged revisions 419685 from http://svn.asterisk.org/svn/asterisk/branches/11

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@419686 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_speech_utils.c
funcs/func_frame_trace.c
main/abstract_jb.c
main/channel.c