Closed
Bug 33317
Opened 25 years ago
Closed 25 years ago
MLK: Leak a weak reference
Categories
(SeaMonkey :: Passwords & Permissions, defect, P3)
SeaMonkey
Passwords & Permissions
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: bruce, Assigned: morse)
References
()
Details
I couldn't find a wallet component, so filing it here in Single Sign-on.
In nsBasicStreamGenerator::Setup():
mWeakPasswordSink = NS_GetWeakReference(consumer, &rv);
mWeakPasswordSink is an nsCOMPtr, this needs to be
getter_AddRefs(NS_GetWeakReference(consumer, &rv))
| Assignee | ||
Comment 1•25 years ago
|
||
Fixed. Thanks Bruce.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 4•22 years ago
|
||
Changing: (OS) Windows 3.1 -> All, since Hardware = All.
(This will help on bug 165825 :-))
OS: Windows 3.1 → All
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•