Re: [Spice-devel] [PATCH spice-gtk 07/13] migration: remove migration cleanup from dispose

2014-11-12 Thread Christophe Fergeau
On Sun, Nov 09, 2014 at 05:31:39PM +0100, Marc-André Lureau wrote: > The spice_session_disconnect() method now call 'now calls' I think > spice_session_abort_migration(), so it is not necessary to do migration > cleanups in dispose anymore > --- > gtk/spice-session.c | 27 +++

[Spice-devel] [PATCH spice-gtk 07/13] migration: remove migration cleanup from dispose

2014-11-09 Thread Marc-André Lureau
The spice_session_disconnect() method now call spice_session_abort_migration(), so it is not necessary to do migration cleanups in dispose anymore --- gtk/spice-session.c | 27 +++ 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/gtk/spice-session.c b/gtk/spi