Should abort with GraphicsLock cleared
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2382 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -1551,6 +1551,7 @@ DoConvSummary (PSUMMARY_STATE pSS)
|
|||||||
}
|
}
|
||||||
if ((unsigned)space_index >= sizeof (buffer))
|
if ((unsigned)space_index >= sizeof (buffer))
|
||||||
{
|
{
|
||||||
|
UnlockMutex (GraphicsLock);
|
||||||
log_add (log_Always, "DoConvSummary() BUG: "
|
log_add (log_Always, "DoConvSummary() BUG: "
|
||||||
"buffer[%u] too small to fit %d bytes\n",
|
"buffer[%u] too small to fit %d bytes\n",
|
||||||
sizeof (buffer), space_index);
|
sizeof (buffer), space_index);
|
||||||
|
|||||||
Reference in New Issue
Block a user