if e_plane_fetch is failed, call e_pixmap_image_clear() for frame::done event.
if not send this event, client(SW backend) is blocked.
Change-Id: Id11e44e178b02d029da149e9fdbd273b6c14ada8
tsurface = _e_plane_surface_from_client_acquire_reserved(plane);
else
tsurface = _e_plane_surface_from_client_acquire(plane);
+
+ /* For send frame::done to client */
+ if (!tsurface)
+ e_pixmap_image_clear(plane->ec->pixmap, 1);
}
if (!tsurface) return EINA_FALSE;