Sebastian Lackner : bcrypt: Remove a FIXME which no longer applies.

Alexandre Julliard julliard at winehq.org
Fri Mar 10 16:51:45 CST 2017


Module: wine
Branch: master
Commit: b26d89b54a8c42bc71cb2c9b968d15ef4073378e
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=b26d89b54a8c42bc71cb2c9b968d15ef4073378e

Author: Sebastian Lackner <sebastian at fds-team.de>
Date:   Fri Mar 10 15:36:31 2017 +0100

bcrypt: Remove a FIXME which no longer applies.

Signed-off-by: Sebastian Lackner <sebastian at fds-team.de>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/bcrypt/bcrypt_main.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/bcrypt/bcrypt_main.c b/dlls/bcrypt/bcrypt_main.c
index b188479..80d7ddb 100644
--- a/dlls/bcrypt/bcrypt_main.c
+++ b/dlls/bcrypt/bcrypt_main.c
@@ -527,7 +527,6 @@ NTSTATUS WINAPI BCryptCreateHash( BCRYPT_ALG_HANDLE algorithm, BCRYPT_HASH_HANDL
 end:
     if (status != STATUS_SUCCESS)
     {
-        /* FIXME: call hash_finish to release resources */
         HeapFree( GetProcessHeap(), 0, hash );
         return status;
     }




More information about the wine-cvs mailing list