Closed
Bug 1047945
Opened 10 years ago
Closed 10 years ago
TileExpiry is leaked
Categories
(Core :: Graphics: Layers, defect)
Core
Graphics: Layers
Tracking
()
RESOLVED
FIXED
mozilla34
People
(Reporter: khuey, Assigned: mattwoodrow)
References
Details
(Keywords: memory-leak, regression, Whiteboard: [MemShrink:P2])
Attachments
(1 file, 1 obsolete file)
4.67 KB,
patch
|
BenWa
:
review+
|
Details | Diff | Splinter Review |
TileExpiry is allocated and stored in a function local static variable. It is never deleted, so it is leaked.
Updated•10 years ago
|
Assignee: nobody → jmuizelaar
Updated•10 years ago
|
Whiteboard: [MemShrink] → [MemShrink:P2]
Assignee | ||
Comment 1•10 years ago
|
||
Assignee: jmuizelaar → matt.woodrow
Attachment #8468799 -
Flags: review?(jmuizelaar)
Reporter | ||
Comment 2•10 years ago
|
||
While you're poking around here would you mind adding a MOZ_OVERRIDE to that NotifyExpired?
Assignee | ||
Comment 3•10 years ago
|
||
Sure, done locally.
Comment 4•10 years ago
|
||
Comment on attachment 8468799 [details] [diff] [review]
Don't leak TileExpiry
Review of attachment 8468799 [details] [diff] [review]:
-----------------------------------------------------------------
Sure
Attachment #8468799 -
Flags: review?(jmuizelaar) → review+
Assignee | ||
Comment 6•10 years ago
|
||
The old version crashes because we deleted sTileExpiry when it was still on the callstack.
Attachment #8468799 -
Attachment is obsolete: true
Attachment #8474272 -
Flags: review?(jmuizelaar)
Flags: needinfo?(matt.woodrow)
Assignee | ||
Updated•10 years ago
|
Attachment #8474272 -
Flags: review?(jmuizelaar) → review?(bgirard)
Assignee | ||
Updated•10 years ago
|
Blocks: osx-tiling
Updated•10 years ago
|
Attachment #8474272 -
Flags: review?(bgirard) → review+
Assignee | ||
Comment 7•10 years ago
|
||
Comment 8•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla34
You need to log in
before you can comment on or make changes to this bug.
Description
•