]> git.ipfire.org Git - thirdparty/asterisk.git/commit
manager.c: Eliminate most RAII_VAR usage. 86/2586/2
authorRichard Mudgett <rmudgett@digium.com>
Wed, 13 Apr 2016 22:54:26 +0000 (17:54 -0500)
committerRichard Mudgett <rmudgett@digium.com>
Fri, 22 Apr 2016 21:44:05 +0000 (16:44 -0500)
commitd5ee6acf28f67670b5afa1be0161280b33a5a9e9
treea6d55f149bb4c6462d84258672c2e2eb6dd5fd58
parent7303e3dc96a4b2d5f36bb03c7cf8880aaa9e0753
manager.c: Eliminate most RAII_VAR usage.

* Made ast_manager_event_blob_create() not allocate the ao2 event object
with a lock as it is not needed.

Change-Id: I8e11bfedd22c21316012e0b9dd79f5918f644b7c
main/manager.c