Closed
Bug 980269
Opened 11 years ago
Closed 10 years ago
SIPCC leaks many allocations
Categories
(Core :: WebRTC: Signaling, defect)
Core
WebRTC: Signaling
Tracking
()
RESOLVED
INVALID
People
(Reporter: jesup, Assigned: ehugg)
References
Details
(Keywords: memory-leak, Whiteboard: [lsan][MemShrink:P2])
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
Lots of things get leaked in SIPCC, especially items tied to the dcbs (which typically show as ~ 49-51 leaked items).
I have a patch for some of the more egregious ones (which also cleans things up a bit)
Reporter | ||
Comment 1•11 years ago
|
||
Reporter | ||
Comment 2•11 years ago
|
||
Here are the remaining leaks with the VoiceEngine leak patch and this patch here. Most leaks are either SIPCC or ICE.
https://bugzilla.mozilla.org/attachment.cgi?id=8386706
Updated•11 years ago
|
Whiteboard: [lsan][MemShrink] → [lsan][MemShrink:P2]
Comment 3•10 years ago
|
||
I think that bug 1055852 has plugged most of this, but it looks like there are some additional potential leaks scattered around.
Assignee | ||
Comment 4•10 years ago
|
||
This code has been removed in bug 1091242
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•