Open
Bug 1441836
Opened 7 years ago
Updated 2 years ago
Potential memory leak in dom/media/encoder/VP8TrackEncoder.cpp:254
Categories
(Core :: Audio/Video: Recording, defect, P3)
Core
Audio/Video: Recording
Tracking
()
NEW
People
(Reporter: fan.gang.cn, Unassigned)
Details
Attachments
(1 file)
153.49 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.108 Safari/537.36
Steps to reproduce:
Scan Code with SourceBrella Pinpoint
Actual results:
File: dom/media/encoder/VP8TrackEncoder.cpp:254
videoData allocated on line 279 is not freed when the function returns on line 286/293/300/306. Since videodata is considered a big data, it may cause severe memory leaks.
I've uploaded a screenshot with source code and comments for a better description.
Comment 1•7 years ago
|
||
Based on the source code file, I believe this bug should be further triaged in Core::A/V.
Component: Untriaged → Audio/Video
Product: Firefox → Core
Updated•7 years ago
|
Status: UNCONFIRMED → NEW
Rank: 25
Component: Audio/Video → Audio/Video: Recording
Ever confirmed: true
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•