Merge pull request #2795 from Dmitry-Me/fixInterlockedDecrementRace
authorJan Kotas <jkotas@microsoft.com>
Sat, 23 Jan 2016 14:45:41 +0000 (06:45 -0800)
committerJan Kotas <jkotas@microsoft.com>
Sat, 23 Jan 2016 14:45:41 +0000 (06:45 -0800)
Non-interlocked read of variable after InterlockedDecrement() causes a race


Trivial merge