Open
Bug 1653996
Opened 4 years ago
Updated 3 years ago
`DelayedStartInputStream` leaks when all reference to it were dropped and it was not explicitly used nor `Close()`ed
Categories
(Core :: IPC, defect, P3)
Core
IPC
Tracking
()
NEW
People
(Reporter: mayhemer, Unassigned)
References
(Regression)
Details
(Keywords: regression)
As part of investigation of bug 1487113 I found out that when the child side of DeserializeIPCStream result (delayed open) is never explicitly Close()
ed and just released the last reference, we leak it.
As I don't know the internals of this helper class, it's hard to propose a solution.
Comment 1•4 years ago
|
||
The severity field is not set for this bug.
:jld, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(jld)
Updated•3 years ago
|
Keywords: regression
Updated•3 years ago
|
Has Regression Range: --- → yes
Comment 2•3 years ago
|
||
This issue will be resolved by bug 1754004 once it is ready, as that type won't exist anymore.
You need to log in
before you can comment on or make changes to this bug.
Description
•