Closed
Bug 1812005
Opened 2 years ago
Closed 2 years ago
Memory leak in telemetry/dap/DAPTelemetry.cpp
Categories
(Toolkit :: Telemetry, defect)
Toolkit
Telemetry
Tracking
()
RESOLVED
FIXED
111 Branch
Tracking | Status | |
---|---|---|
firefox111 | --- | fixed |
People
(Reporter: sergesanspaille, Assigned: sergesanspaille)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
In dapHpkeEncrypt, the memory allocated by PK11_HPKE_Seal is never freed.
Assignee | ||
Comment 1•2 years ago
|
||
Using a UniqueSECItem to manage the allocated pointer.
Assignee | ||
Updated•2 years ago
|
Blocks: coverity-analysis
Updated•2 years ago
|
Assignee: nobody → sguelton
Status: NEW → ASSIGNED
Pushed by sguelton@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/121a60127e2f
Free memory allocated by PK11_HPKE_Seal r=emilio
Comment 3•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox111:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 111 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•