]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Make chan_local module references tied to local_pvt lifetime.
authorRichard Mudgett <rmudgett@digium.com>
Mon, 17 Dec 2012 23:01:20 +0000 (23:01 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Mon, 17 Dec 2012 23:01:20 +0000 (23:01 +0000)
commitac78bb107a815cc7b859f3f81291e4e3d4080f1d
tree3803b1b5693b8bd84979ce8f6211486828b1b668
parentc2f104641ce3d59019f18384b8527a4e320ebdda
Make chan_local module references tied to local_pvt lifetime.

The chan_local module references were manually tied to the existence of
the ;1 and ;2 channel links.

* Made chan_local module references tied to the existence of the local_pvt
structure as well as automatically take care of the module references.

* Tweaked the wording of the local_fixup() failure warning message to make
sense.

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

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

Merged revisions 378089 from http://svn.asterisk.org/svn/asterisk/branches/10

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@378090 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_local.c