end compositor animations for dead clients on hide

fixes a huge object leak in xwayland related to menus
This commit is contained in:
Mike Blumenkrantz 2015-07-29 15:25:22 -04:00
parent e5d367292f
commit 01ba4eea55
1 changed files with 1 additions and 0 deletions

View File

@ -2052,6 +2052,7 @@ _e_comp_smart_hide(Evas_Object *obj)
evas_object_event_callback_del_full(o, EVAS_CALLBACK_DEL, _e_comp_object_cb_mirror_del, cw);
evas_object_del(o);
}
if (!_e_comp_object_animating_end(cw)) return;
}
if (stopping) return;
if (!cw->ec->input_only)