]> 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:27:56 +0000 (18:27 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Mon, 28 Jul 2014 18:27:56 +0000 (18:27 +0000)
commitdae78b0892d9900f1b392c6b504f6988092e93e9
treefd7ee8cf9a5a9cd05a75c9f79d8961fd5e0f8a98
parent9e3411a762535bfb38227b4e110f85d23f6091c9
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/

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@419684 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_queue.c
apps/app_speech_utils.c
funcs/func_frame_trace.c