[Spice-devel] [PATCH] Fix regression initialising QXL interface
Frediano Ziglio
fziglio at redhat.com
Wed Mar 9 10:25:59 UTC 2016
st field in QXLInstance was not checked for NULL before
initialisation.
The additional check make Xspice crash during startup.
Reported-by: Francois Gouget <fgouget at codeweavers.com>
---
server/red-qxl.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/server/red-qxl.c b/server/red-qxl.c
index 1d29496..491046f 100644
--- a/server/red-qxl.c
+++ b/server/red-qxl.c
@@ -941,7 +941,6 @@ void red_qxl_init(RedsState *reds, QXLInstance *qxl)
ClientCbs client_cbs = { NULL, };
spice_return_if_fail(qxl != NULL);
- spice_return_if_fail(qxl->st == NULL);
static gsize initialized = FALSE;
if (g_once_init_enter(&initialized)) {
--
2.5.0
More information about the Spice-devel
mailing list