mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
- Fix a bug spotted by Timo
svn path=/trunk/; revision=43111
This commit is contained in:
@@ -315,7 +315,7 @@ IKsAllocator_fnAllocateFrame(
|
||||
if (Frame)
|
||||
{
|
||||
*OutFrame = Frame;
|
||||
InterlockedIncrement((PLONG)This->Status.AllocatedFrames);
|
||||
InterlockedIncrement((PLONG)&This->Status.AllocatedFrames);
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user