mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 04:13:32 +00:00
[NTOSKRNL]
Don't enforce tag on free, it may have been reallocated by someone else (Ob) svn path=/trunk/; revision=68788
This commit is contained in:
@@ -981,7 +981,7 @@ IopParseDevice(IN PVOID ParseObject,
|
||||
/* Release the old one */
|
||||
if (CompleteName->Buffer != NULL)
|
||||
{
|
||||
ExFreePoolWithTag(CompleteName->Buffer, TAG_IO_NAME);
|
||||
ExFreePoolWithTag(CompleteName->Buffer, 0);
|
||||
}
|
||||
|
||||
/* And setup the new one */
|
||||
|
||||
Reference in New Issue
Block a user