From a8ba014b5293bd86c580fd75dc5c2056698c71d3 Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Mon, 24 Jan 2022 04:09:38 +1100 Subject: [PATCH] [client] main: lgmpClientMessageDone is not idempotent --- client/src/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/main.c b/client/src/main.c index 526658bf..4d8ff76d 100644 --- a/client/src/main.c +++ b/client/src/main.c @@ -446,7 +446,6 @@ int main_cursorThread(void * unused) case CURSOR_TYPE_MASKED_COLOR: cursorType = LG_CURSOR_MASKED_COLOR; break; default: DEBUG_ERROR("Invalid cursor type"); - lgmpClientMessageDone(g_state.pointerQueue); continue; }