Closed Bug 185085 Opened 22 years ago Closed 22 years ago

imgLoader uses imgIRequest* where nsCOMPtr would be nice

Categories

(Core :: Graphics: ImageLib, defect)

x86
Linux
defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: Biesinger, Assigned: Biesinger)

References

()

Details

imgIRequest* request = nsnull;
declared on line 240 in imgLoader.cpp

should work nicely as nsCOMPtr
er. I should learn to read... the file actually reads:
 imgRequest* request

so it's a pointer to the concrete class, not the interface...

marking this invalid
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.