mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[NTOS:IO]
- Do not leak ServiceName in IopInitializeBuiltinDriver CORE-11084 #resolve svn path=/trunk/; revision=71111
This commit is contained in:
parent
f860a631fc
commit
472b96ba74
1 changed files with 1 additions and 0 deletions
|
@ -919,6 +919,7 @@ IopInitializeBuiltinDriver(IN PLDR_DATA_TABLE_ENTRY BootLdrEntry)
|
|||
NULL,
|
||||
&ServiceName,
|
||||
&DeviceNode);
|
||||
RtlFreeUnicodeString(&ServiceName);
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
DPRINT1("Driver '%wZ' load failed, status (%x)\n", ModuleName, Status);
|
||||
|
|
Loading…
Reference in a new issue