Changes between Version 6 and Version 7 of detect a RenderObject is destroyed unsafely


Ignore:
Timestamp:
Apr 25, 2011 12:34:00 PM (13 years ago)
Author:
Simon Fraser
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • detect a RenderObject is destroyed unsafely

    v6 v7  
    3333How would we fix these?
    3434        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.
    3536
    3637Need to handle "zombie" renderers: need to avoid having this be a worse issue.