GNOME Bugzilla – Bug 672723
Crash clicking back from a Google Doc preview
Last modified: 2012-03-24 13:42:08 UTC
When clicking back from a Google document preview, sometimes the application crashes. Forwarded from https://bugzilla.redhat.com/show_bug.cgi?id=804192
+ Trace 229940
Thread 1 (Thread 0x7f65d4997800 (LWP 7950))
Created attachment 210488 [details] [review] embed: invalidate the cancellable reference once we load the doc When the loading process is finished, we have to invalidate our reference to the cancellable object, otherwise we end up trying to cancel it later when we switch back to the overview, and at that point the object might be invalid already.
Attachment 210488 [details] pushed as 9246b3d - embed: invalidate the cancellable reference once we load the doc