Closed
Bug 49149
Opened 25 years ago
Closed 25 years ago
[MLK] Leaking gs->global_colormap
Categories
(Core :: Graphics: ImageLib, defect, P3)
Core
Graphics: ImageLib
Tracking
()
VERIFIED
FIXED
M18
People
(Reporter: beard, Assigned: pnunn)
References
()
Details
(Keywords: memory-leak, Whiteboard: [nsbeta3+])
Attachments
(2 files)
|
4.52 KB,
text/html
|
Details | |
|
1.07 KB,
patch
|
Details | Diff | Splinter Review |
At the blame URL above, you can see an allocation of an IL_RGB* color map. Every
one of these color maps is leaking. I think the reason is that lower down, where
you deallocate them, you test if (gs->is_local_colormap_defined), which evidently
isn't getting set to PR_TRUE.
| Reporter | ||
Comment 1•25 years ago
|
||
fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•