ntdll/tests: Don't free a string that wasn't allocated.
This commit is contained in:
parent
9608085bf6
commit
71ce9dae67
|
@ -247,7 +247,6 @@ static void create_file_test(void)
|
|||
todo_wine
|
||||
ok( status == STATUS_INVALID_PARAMETER,
|
||||
"open %s failed %x\n", wine_dbgstr_w(nameW.Buffer), status );
|
||||
pRtlFreeUnicodeString( &nameW );
|
||||
}
|
||||
|
||||
static void open_file_test(void)
|
||||
|
|
Loading…
Reference in New Issue