mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-07 21:03:10 +00:00
server/inputs_channel: initialize inputs_channel to NULL
This commit is contained in:
parent
5e13eea73c
commit
86a4a0780d
@ -82,7 +82,7 @@ static SpiceTabletInstance *tablet = NULL;
|
||||
|
||||
static SpiceTimer *key_modifiers_timer;
|
||||
|
||||
static InputsChannel *inputs_channel;
|
||||
static InputsChannel *inputs_channel = NULL;
|
||||
|
||||
#define KEY_MODIFIERS_TTL (1000 * 2) /*2sec*/
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user