X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fchimara-glk.c;h=622117591e2da39be487fbb5e850be8e21713fa5;hb=05148dce1d64f8de1019a4383fc9dfdb7ac7c399;hp=eba6a23d8944c9fd2732ba72b329ac9fe7b342f9;hpb=b57624149a9c9d937f91f4c7838d9d68f11f7e10;p=projects%2Fchimara%2Fchimara.git diff --git a/libchimara/chimara-glk.c b/libchimara/chimara-glk.c index eba6a23..6221175 100644 --- a/libchimara/chimara-glk.c +++ b/libchimara/chimara-glk.c @@ -178,6 +178,7 @@ chimara_glk_init(ChimaraGlk *self) priv->char_input_queue = g_async_queue_new(); priv->line_input_queue = g_async_queue_new(); /* Should be g_async_queue_new_full(g_free); but only in GTK >= 2.16 */ + priv->resource_map = NULL; priv->resource_lock = g_mutex_new(); priv->resource_loaded = g_cond_new(); priv->resource_info_available = g_cond_new();