From bcf7bf4816ab80f179efaf2113b31e78fd3c6682 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 f82ff5c3e71e4cd36a3b5ff5ace656c021b81d0d) --- 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; }