Closed
Bug 504172
Opened 16 years ago
Closed 16 years ago
useless null check of first in nsXULPopupManager::Rollup
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: timeless)
References
(Blocks 1 open bug)
Details
(Keywords: coverity)
Attachments
(1 file)
681 bytes,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
190 while (first->GetParent())
191 first = first->GetParent();
192 if (first)
193 NS_ADDREF(*aLastRolledUp = first->Content());
Attachment #388547 -
Flags: review?(roc)
Attachment #388547 -
Flags: review?(roc) → review+
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Blocks: coverity-analysis
You need to log in
before you can comment on or make changes to this bug.
Description
•