During hangup it is possible for p->chan or p->owner to be NULL, so just return what...
authorJoshua Colp <jcolp@digium.com>
Mon, 14 Apr 2008 15:36:02 +0000 (15:36 +0000)
committerJoshua Colp <jcolp@digium.com>
Mon, 14 Apr 2008 15:36:02 +0000 (15:36 +0000)
commit6fad8249f55683f22fe50bfd87ef56ad69fb92c1
tree8f1a5acffdca0a994f46937e1e2661b81deac8fc
parent9ddc843fbeecfcfbe2ff54d916fe9d18de2a77c7
During hangup it is possible for p->chan or p->owner to be NULL, so just return what the channel is bridged to instead of what they are *really* bridged to. Thanks Matt Nicholson!

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