[6/6] bcrypt: Remove a FIXME which no longer applies.

Sebastian Lackner sebastian at fds-team.de
Fri Mar 10 08:36:31 CST 2017


Signed-off-by: Sebastian Lackner <sebastian at fds-team.de>
---

This is no longer a problem with the builtin implementation.

 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 1d24231453d..88236fa2a76 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;
     }
-- 
2.11.0



More information about the wine-patches mailing list