* pinfo.cc (_pinfo::commune_send): Use myself->lock rather than just lock when
leaving.
This commit is contained in:
@@ -424,7 +424,7 @@ err:
|
||||
res.n = 0;
|
||||
out:
|
||||
myself->hello_pid = 0;
|
||||
LeaveCriticalSection (&lock);
|
||||
LeaveCriticalSection (&myself->lock);
|
||||
return res;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user