Commit 65954db2 authored by Brendan Shanks's avatar Brendan Shanks Committed by Alexandre Julliard

crypt32/tests: Fix mismatched deallocation function.

parent eb55f64d
......@@ -2603,7 +2603,7 @@ static void test_decodeRsaPublicKey_Bcrypt(DWORD dwEncoding)
rsaPubKeys[i].modulus, rsaPubKeys[i].decodedModulusLen),
"Unexpected modulus\n");
LocalFree(buf);
LocalFree(leModulus);
HeapFree(GetProcessHeap(), 0, leModulus);
}
}
}
......
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