- Fix a bug spotted by Timo

svn path=/trunk/; revision=43111
This commit is contained in:
Johannes Anderwald 2009-09-22 13:54:33 +00:00
parent 58184d639d
commit 2be3bf200c

View file

@ -315,7 +315,7 @@ IKsAllocator_fnAllocateFrame(
if (Frame)
{
*OutFrame = Frame;
InterlockedIncrement((PLONG)This->Status.AllocatedFrames);
InterlockedIncrement((PLONG)&This->Status.AllocatedFrames);
return STATUS_SUCCESS;
}