Skip to content
Commit 91727625 authored by Giovanni Campagna's avatar Giovanni Campagna Committed by Colin Walters
Browse files

IdleMonitor: protect watches from being freed while in flight

If you added an idle watch and then immediately removed it, it
was possible that the watch was freed before the dbus call was
handled by mutter, thus causing a crash later one.
Prevent that by reference counting the watch structures.

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