summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/marshaller.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/marshaller.c b/common/marshaller.c
index cffc641..00a7123 100644
--- a/common/marshaller.c
+++ b/common/marshaller.c
@@ -117,6 +117,7 @@ static void spice_marshaller_init(SpiceMarshaller *m,
m->items_size = N_STATIC_ITEMS;
m->items = m->static_items;
m->fd = -1;
+ m->has_fd = false;
}
SpiceMarshaller *spice_marshaller_new(void)