Closed
Bug 28416
Opened 25 years ago
Closed 25 years ago
FMM: free memory mismatch in nsBufferedStream
Categories
(Core :: Networking, defect, P3)
Core
Networking
Tracking
()
VERIFIED
FIXED
People
(Reporter: bruce, Assigned: gagan)
Details
nsBufferedStream allocates mBuffer with new[] and deletes it with delete. It
should use delete[]. Patch coming up.
Reporter | ||
Comment 1•25 years ago
|
||
I checked in a fix for this. waterson reviewed and approved.
Status: NEW → ASSIGNED
Reporter | ||
Comment 2•25 years ago
|
||
Just finishing up resolving this thing and it wants a comment.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•