Closed
Bug 19975
Opened 26 years ago
Closed 26 years ago
MLK: DeviceContextImpl leaks
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
FIXED
M15
People
(Reporter: neeti, Assigned: kmcclusk)
References
Details
(Keywords: memory-leak)
Troy,
I am not sure whom this bug should go to. Please reassign it to the right
person.
Instances of ImageRequestImpl which are created for the icons by
DeviceContextImpl::LoadIconImage(PRInt32 aId, nsIImage*& aImage) leak.
This is happening on Windows and Mac.
The ImageRequestImpl for the icon is being created from the DeviceContextImpl.
ImageRequestImpl::ImageRequestImpl() line 174
DeviceContextImpl::LoadIconImage(DeviceContextImpl * const 0x010141d0, int 0,
nsIImage * & 0x00000000) line 379 + 36 bytes
nsImageFrame::DisplayAltFeedback(nsIPresContext & {...}, nsIRenderingContext &
{...}, int 0) line 449 + 20 bytes
nsImageFrame::Paint(nsImageFrame * const 0x01cef970, nsIPresContext & {...},
nsIRenderingContext & {...}, const nsRect & {
Looking at the code my guess would be that the device context isn't being freed,
but there may be other issues.
Kevin, this is a gfx issue and I think you're the gfx module owner
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Updated•26 years ago
|
Target Milestone: M14
| Assignee | ||
Comment 4•26 years ago
|
||
Marking Fixed. As per neeti@netscape.com 2000-03-27 13:09 ------- comments in
bug 15821.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•