mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
don't free a UNICODE_STRING which isn't allocated
svn path=/trunk/; revision=34093
This commit is contained in:
parent
ed1f927907
commit
9ff626f764
1 changed files with 0 additions and 2 deletions
|
@ -70,8 +70,6 @@ SmpDeleteFile( IN LPCWSTR lpFileName )
|
|||
NULL,
|
||||
0);
|
||||
|
||||
RtlFreeUnicodeString(&FileNameU);
|
||||
|
||||
if( !NT_SUCCESS(Status) ) {
|
||||
DPRINT("NtCreateFile() failed (Status %lx)\n", Status);
|
||||
return (Status);
|
||||
|
|
Loading…
Reference in a new issue