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

This commit is contained in:
Alexandre Julliard 2010-03-31 14:20:19 +02:00
parent 9608085bf6
commit 71ce9dae67
1 changed files with 0 additions and 1 deletions

View File

@ -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)