mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 03:22:04 +00:00
Read-only mirror of https://gitlab.gnome.org/GNOME/mutter
f295349e26
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 |
||
---|---|---|
data | ||
doc | ||
po | ||
src | ||
tools | ||
.gitignore | ||
autogen.sh | ||
configure.ac | ||
COPYING | ||
Makefile.am | ||
mutter.doap | ||
NEWS |