Bug 800347 - Try clearing RPCChannel in the destructor so that the dequeue task is cancelled properly, r=dvander

This commit is contained in:
Benjamin Smedberg 2013-09-12 14:24:17 -04:00
parent 14395007cd
commit 8b46e74436

View File

@ -51,6 +51,7 @@ RPCChannel::~RPCChannel()
{
MOZ_COUNT_DTOR(RPCChannel);
RPC_ASSERT(mCxxStackFrames.empty(), "mismatched CxxStackFrame ctor/dtors");
Clear();
}
void