Closed
Bug 138515
Opened 24 years ago
Closed 24 years ago
we don't release bitmaps (GIF, BMP)
Categories
(Core Graveyard :: GFX: Win32, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: timeless, Assigned: pavlov)
References
()
Details
Attachments
(2 files)
Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.0rc1) Gecko/20020416.17
run GDI Usage (attachment 79998 [details] from bug 138503)
create a new window
take a snapshot
load a small gif (to be attached)
compare. details, note that there's a bitmap resource for the gif.
load another small gif (to be attached)
compare. details, note that there are now two bitmap resources, one for each of
the two gifs.
create a new tab. close the old tab.
compare. details, note that the bitmap resources are still there.
close the window.
compare. details, note that the bitmap resources are still there.
bugs in report: I'm using a recent branch build instead of the actual release or
trunk.
note that the problem occurs for BMP and GIF, but not for PNG or JPG.
Summary: we don't release bitmaps → we don't release bitmaps (GIF, BMP)
Is this a problem only when using tabs, or do the bitmaps not get released when
using multiple windows as well? I would assume the latter.
| Assignee | ||
Comment 6•24 years ago
|
||
Moving bugs to new Image: GFX component
Component: ImageLib → Image: GFX
| Assignee | ||
Comment 7•24 years ago
|
||
invalid. say hello to the memory cache. we hold on to these things on purpose.
if you still see this happening with your memory cache set to "1", let me know.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Updated•17 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•