Skip to content
Commit 4a2343cb authored by Matthew Barnes's avatar Matthew Barnes
Browse files

Bug 618902 - Crash when viewing/closing messages quickly

Closing an EMailBrowser window causes it to be disposed immediately,
but ongoing async operations still hold an EMailBrowser reference --
in particular, regenerating the internal message list and fetching a
mail message.  The callback functions for these operations were not
equipped to deal with the disposed-but-not-yet-finalized object.
parent 950e820a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment