Jonas Ådahl f295349e26 wayland: Don't crash if wl_output resource is destroyed after being removed
Previously a MetaWaylandOutput could be removed from the current outputs
table (by being unplugged for example). This would result in the global
object being removed and the MetaWaylandOutput instance freed, but the
wl_resource destructor would still try to remove itself from the list of
resources. Trying to do this, it'd try to access its user data pointer
which would point to the freed MetaWaylandOutput instance, and as a
result crash when trying to manipulate the freed data.

https://bugzilla.gnome.org/show_bug.cgi?id=744453
2015-07-15 14:55:55 +08:00
2015-07-06 00:52:18 -07:00
2015-07-01 21:59:38 +00:00
2015-07-05 22:01:59 -07:00
2015-07-06 00:52:18 -07:00
2015-07-06 00:52:18 -07:00
2014-07-31 17:50:28 +02:00
2015-07-02 13:51:22 +02:00
Description
91 MiB
Languages
C 98.9%
Meson 0.7%
Python 0.3%