DescriptionFix failing DCHECKs in JingleSession added in r294653
r294653 added two DCHECKs in JingleSession in CancelChannelCreation()
and destructor. These checks were failing in the client sometimes. This
CL fixes the code that was causing them to fail:
1. The ChannelMultiplexer needs to be destroyed explicitly in the
destructor.
2. ChannelDispatcherBase was calling CancelChannelCreation() even
after the channel is created.
Committed: https://crrev.com/d04beefcfe9d886bd0938ce409b2236482c6c1b8
Cr-Commit-Position: refs/heads/master@{#295138}
Patch Set 1 #
Messages
Total messages: 8 (2 generated)
|