mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
- Fix leaking an entry in some cases during ObpFreeCapturedAttributes call. For more details: http://www.reactos.org/forum/viewtopic.php?t=5311.
svn path=/trunk/; revision=32521
This commit is contained in:
@@ -290,6 +290,12 @@ ObpFreeCapturedAttributes(IN PVOID Buffer,
|
||||
List->L.FreeMisses++;
|
||||
List->L.Free(Buffer);
|
||||
}
|
||||
else
|
||||
{
|
||||
/* The free was within the Depth */
|
||||
InterlockedPushEntrySList(&List->L.ListHead,
|
||||
(PSINGLE_LIST_ENTRY)Buffer);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user