diff --git a/sc2/src/sc2code/comm.c b/sc2/src/sc2code/comm.c index 161d1485c..e21f3180b 100644 --- a/sc2/src/sc2code/comm.c +++ b/sc2/src/sc2code/comm.c @@ -1551,6 +1551,7 @@ DoConvSummary (PSUMMARY_STATE pSS) } if ((unsigned)space_index >= sizeof (buffer)) { + UnlockMutex (GraphicsLock); log_add (log_Always, "DoConvSummary() BUG: " "buffer[%u] too small to fit %d bytes\n", sizeof (buffer), space_index);