mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[INFLIB]
Don't free memory twice on failure svn path=/trunk/; revision=67802
This commit is contained in:
@@ -101,7 +101,6 @@ InfWriteFile(HINF InfHandle,
|
||||
if (!INF_SUCCESS(Status))
|
||||
{
|
||||
DPRINT1("NtWriteFile() failed (Status %lx)\n", Status);
|
||||
FREE(Buffer);
|
||||
return(Status);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user