Skip to content
Commit d2e0dc2a authored by Debarshi Ray's avatar Debarshi Ray
Browse files

Use the GCancellable to cancel pending operations during destruction

Relying on references to stay alive across idle and asynchronous calls
confuses users because the object stays alive even after the user has
dropped the only reference known to it. This can lead to crashes due
to invalid memory access if the object or its children emit signals
after the user has itself been destructed.

https://bugzilla.gnome.org/show_bug.cgi?id=741257
parent ed009b4d
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