Comment 15 for bug 426429

Revision history for this message
In , Andrei Benea (abenea) wrote :

I think the crash that I was experiencing was caused by the fact that only one of the duplicate pointers was removed by DocumentSwitcherPlugin::removeView(). After this, the View would probably be destroyed, causing the other pointer which remained in the list to become invalid.