c844bab232
This was preventing Clutter from running its dispose, preventing it from being destroyed correctly. While a major bug and possibly big memory leak, the most obvious effect was the message that Clutter spat out: Clutter-CRITICAL **: clutter_actor_iter_next: assertion `ri->age == ri->root->priv->age' failed Since we never disposed the actor correctly, it was never removed from its parent, and the age wasn't updated correctly. |
||
---|---|---|
.. | ||
plugins | ||
cogl-utils.c | ||
cogl-utils.h | ||
compositor-private.h | ||
compositor.c | ||
meta-background-actor-private.h | ||
meta-background-actor.c | ||
meta-module.c | ||
meta-module.h | ||
meta-plugin-manager.c | ||
meta-plugin-manager.h | ||
meta-plugin.c | ||
meta-shadow-factory-private.h | ||
meta-shadow-factory.c | ||
meta-shaped-texture.c | ||
meta-texture-rectangle.c | ||
meta-texture-rectangle.h | ||
meta-texture-tower.c | ||
meta-texture-tower.h | ||
meta-window-actor-private.h | ||
meta-window-actor.c | ||
meta-window-group.c | ||
meta-window-group.h | ||
meta-window-shape.c | ||
meta-window-shape.h | ||
README | ||
region-utils.c | ||
region-utils.h |
Intro ===== Fix me. Env Vars ======== MUTTER_DISABLE_MIPMAPS - set to disable use of mipmaped windows.