mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:23:08 +00:00
- Fix a bug spotted by Timo
svn path=/trunk/; revision=43111
This commit is contained in:
parent
58184d639d
commit
2be3bf200c
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ IKsAllocator_fnAllocateFrame(
|
||||||
if (Frame)
|
if (Frame)
|
||||||
{
|
{
|
||||||
*OutFrame = Frame;
|
*OutFrame = Frame;
|
||||||
InterlockedIncrement((PLONG)This->Status.AllocatedFrames);
|
InterlockedIncrement((PLONG)&This->Status.AllocatedFrames);
|
||||||
return STATUS_SUCCESS;
|
return STATUS_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue