Commit 71ce9dae authored by Alexandre Julliard's avatar Alexandre Julliard

ntdll/tests: Don't free a string that wasn't allocated.

parent 9608085b
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment