From fec8879797ff4dab4e4dc6b2b56cd558f75c9b5f Mon Sep 17 00:00:00 2001 From: James R Date: Thu, 14 May 2020 17:23:06 -0700 Subject: [PATCH] Use Unlock_state here too (cherry picked from commit a6ce21b450644a79b08b9533166704c7ef093816) --- src/console.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/console.c b/src/console.c index 3a93b32bf..91e640436 100644 --- a/src/console.c +++ b/src/console.c @@ -1337,9 +1337,7 @@ static void CON_Print(char *msg) if (*msg == '\0') { -#ifdef HAVE_THREADS - I_unlock_mutex(con_mutex); -#endif + Unlock_state(); return; }