mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 12:52:58 +00:00
[INFLIB]
Don't free memory twice on failure svn path=/trunk/; revision=67802
This commit is contained in:
parent
22fd66f79e
commit
8f143b24e3
1 changed files with 0 additions and 1 deletions
|
@ -101,7 +101,6 @@ InfWriteFile(HINF InfHandle,
|
||||||
if (!INF_SUCCESS(Status))
|
if (!INF_SUCCESS(Status))
|
||||||
{
|
{
|
||||||
DPRINT1("NtWriteFile() failed (Status %lx)\n", Status);
|
DPRINT1("NtWriteFile() failed (Status %lx)\n", Status);
|
||||||
FREE(Buffer);
|
|
||||||
return(Status);
|
return(Status);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue