Fixed uninitialized semaphore in shared memory code.
This commit is contained in:
parent
7f65aec7a0
commit
11110dbdd6
1 changed files with 1 additions and 0 deletions
|
@ -526,6 +526,7 @@ namespace IPC {
|
||||||
hasCounter = 0;
|
hasCounter = 0;
|
||||||
payLen = 0;
|
payLen = 0;
|
||||||
offsetOnPage = 0;
|
offsetOnPage = 0;
|
||||||
|
mySemaphore = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
sharedClient::sharedClient(const sharedClient & rhs ) {
|
sharedClient::sharedClient(const sharedClient & rhs ) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue