]> git.ipfire.org Git - thirdparty/asterisk.git/commit
taskprocessor.c: Fix some taskprocessor unrefs. 47/2047/1
authorRichard Mudgett <rmudgett@digium.com>
Tue, 19 Jan 2016 01:43:41 +0000 (19:43 -0600)
committerRichard Mudgett <rmudgett@digium.com>
Tue, 19 Jan 2016 22:30:56 +0000 (16:30 -0600)
commita2a8ea33309e77aaec16fb2ed00f7bdf4e83c4a7
treec1c595d44f35b5f189ae28f74e45e0a30e0ce537
parentd604a9afc875f00288438447a2c0a7d70258f14f
taskprocessor.c: Fix some taskprocessor unrefs.

You have to call ast_taskprocessor_unref() outside of the taskprocessor
implementation code.  Taskprocessor use since v12 has become more
transient than just the singleton uses in earlier versions.

Change-Id: If7675299924c0cc65f2a43a85254e6f06f2d61bb
main/taskprocessor.c