---
 gtk/coroutine_winfibers.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/gtk/coroutine_winfibers.c b/gtk/coroutine_winfibers.c
index a22da3b..a4cd14b 100644
--- a/gtk/coroutine_winfibers.c
+++ b/gtk/coroutine_winfibers.c
@@ -60,6 +60,7 @@ int coroutine_init(struct coroutine *co)
        }
 
        co->fiber = CreateFiber(0, &coroutine_trampoline, co);
+       co->ret = 0;
        if (co->fiber == NULL)
                return -1;
 
-- 
1.7.7.3

_______________________________________________
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to