Commit 1a2aa7ca authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

advapi32: Make sure it's a real cleanup.

parent c53d611e
......@@ -585,8 +585,8 @@ static void test_reg_create_key(void)
ok(!ret, "RegCreateKeyExA failed with error %ld\n", ret);
/* clean up */
RegDeleteKey(hkey2, NULL);
RegDeleteKey(hkey1, NULL);
RegDeleteKey(hkey2, "");
RegDeleteKey(hkey1, "");
/* beginning backslash character */
ret = RegCreateKeyExA(hkey_main, "\\Subkey3", 0, NULL, 0, KEY_NOTIFY, NULL, &hkey1, NULL);
......
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