Commit b26d89b5 authored by Sebastian Lackner's avatar Sebastian Lackner Committed by Alexandre Julliard

bcrypt: Remove a FIXME which no longer applies.

parent bc20b546
...@@ -527,7 +527,6 @@ NTSTATUS WINAPI BCryptCreateHash( BCRYPT_ALG_HANDLE algorithm, BCRYPT_HASH_HANDL ...@@ -527,7 +527,6 @@ NTSTATUS WINAPI BCryptCreateHash( BCRYPT_ALG_HANDLE algorithm, BCRYPT_HASH_HANDL
end: end:
if (status != STATUS_SUCCESS) if (status != STATUS_SUCCESS)
{ {
/* FIXME: call hash_finish to release resources */
HeapFree( GetProcessHeap(), 0, hash ); HeapFree( GetProcessHeap(), 0, hash );
return status; return status;
} }
......
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