Changes between Version 6 and Version 7 of detect a RenderObject is destroyed unsafely
- Timestamp:
- Apr 25, 2011, 12:34:00 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
detect a RenderObject is destroyed unsafely
v6 v7 33 33 How would we fix these? 34 34 make sure you're actually done before releasing the protector 35 hard to avoid false positives (OK if the repaint is the last thing you're doing). The RenderPtr model has this issue. 35 36 36 37 Need to handle "zombie" renderers: need to avoid having this be a worse issue.