Closed
Bug 409274
Opened 17 years ago
Closed 16 years ago
GCFinalizable grew an unused Finalize() method
Categories
(Tamarin Graveyard :: Garbage Collection (mmGC), defect)
Tamarin Graveyard
Garbage Collection (mmGC)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: benjamin, Unassigned)
References
Details
In bug 406660 the GCFinalizable class grew a Finalize() method. But as far as I can see this method is never called: in GC.cpp we're still calling ((GCFinalizable*)obj)->~GCFinalizable()
What is the purpose of the separate method?
Comment 1•16 years ago
|
||
triaging old bugs. looks like GCFinalizable no longer has a Finalize() method. it looks like this has been resolved. anyone?
Reporter | ||
Comment 2•16 years ago
|
||
Comment 3•16 years ago
|
||
thanks. sending to qrb to be assigned.
Flags: flashplayer-triage+
Flags: flashplayer-qrb?
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 4•16 years ago
|
||
fixed in tr will be in tc soon
Updated•15 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•