Commit 7c61b303 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

ntdll: Remove unnecessary call to strlen from get_dos_device.

parent c6180935
......@@ -2812,7 +2812,6 @@ static NTSTATUS get_dos_device( const WCHAR *name, UINT name_len, char **unix_na
if (!new_name) break;
free( unix_name );
unix_name = new_name;
unix_len = strlen(unix_name) + 1;
dev = NULL; /* last try */
}
free( unix_name );
......
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