Fixed uninitialized semaphore in shared memory code.

This commit is contained in:
Thulinma 2014-04-29 15:33:57 +02:00
parent 7f65aec7a0
commit 11110dbdd6

View file

@ -526,6 +526,7 @@ namespace IPC {
hasCounter = 0;
payLen = 0;
offsetOnPage = 0;
mySemaphore = 0;
}
sharedClient::sharedClient(const sharedClient & rhs ) {