Bug 1620818 Comment 2 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Aha, this is interesting, but seems to be obvious based on code inspection.
nsCOMPtr doesn't set mRawPtr to nullptr in its dtor, so if somehow something manages to access that that memory after dtor has run,
unexpected things may happen.

Back to Bug 1620818 Comment 2