[Webkit-unassigned] [Bug 76150] Memory leak caused by PeerConnection add a NULL media stream

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 12 23:34:33 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=76150





--- Comment #2 from Mao, Jeremy <yujie.mao at intel.com>  2012-01-12 23:34:33 PST ---
(In reply to comment #1)
> I'm not sure what you mean by memory leak here. The comment about StrictTypeChecking implies that null media streams are handled by the JS binding so that this method will never be called with a null MediaStream.

You are right, I can see the JS binding code deal with addStream arguments, but it's weird in my platform, if I try to new a peerconnection object, then add a null media stream, it doesn't throw any exception. I try to trace the code, and always get a <stream = 0>, then the renderer crashes.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list