diff --git a/src/compositor/meta-surface-actor-x11.c b/src/compositor/meta-surface-actor-x11.c index 3563f96ad..8af5ca2c8 100644 --- a/src/compositor/meta-surface-actor-x11.c +++ b/src/compositor/meta-surface-actor-x11.c @@ -383,6 +383,7 @@ window_decorated_notify (MetaWindow *window, { MetaSurfaceActorX11 *self = META_SURFACE_ACTOR_X11 (user_data); + detach_pixmap (self); free_damage (self); create_damage (self); }