Closed
Bug 276424
Opened 21 years ago
Closed 21 years ago
[nsJARProtocolHandler::NewURI] leaks nsIURI
Categories
(Core :: Networking: File, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: Mook, Assigned: darin.moz)
References
Details
Attachments
(1 file)
|
1.06 KB,
patch
|
Details | Diff | Splinter Review |
http://lxr.mozilla.org/mozilla/source/modules/libjar/nsJARProtocolHandler.cpp#173
If aBaseURI->Resolve fails, a nsURI is leaked.
Patch in a second.
I hope I got this right :)
Attachment #169874 -
Flags: review?
Attachment #169874 -
Flags: review? → review?(bsmedberg)
Comment 2•21 years ago
|
||
I think you did, but bug 278262 makes this patch unnecessary. I'll leave it in
my queue until that bugs gets checked in.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 3•21 years ago
|
||
Fixed by checkin for bug 278262
Updated•21 years ago
|
Attachment #169874 -
Flags: review?(benjamin)
You need to log in
before you can comment on or make changes to this bug.
Description
•