Huw Davies : secur32: Restore the done label.

Alexandre Julliard julliard at winehq.org
Wed Sep 29 15:54:09 CDT 2021


Module: wine
Branch: master
Commit: 1f0bc618eda7bc3f6eef3271d0fce32d4f009bc5
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=1f0bc618eda7bc3f6eef3271d0fce32d4f009bc5

Author: Huw Davies <huw at codeweavers.com>
Date:   Wed Sep 29 07:53:54 2021 +0100

secur32: Restore the done label.

This was incorrectly removed by commit 5c0fe4db7d580784ab6adc361bfed981be25753c.

Signed-off-by: Huw Davies <huw at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/secur32/schannel_macosx.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dlls/secur32/schannel_macosx.c b/dlls/secur32/schannel_macosx.c
index 523f8c63562..f7f7db955ef 100644
--- a/dlls/secur32/schannel_macosx.c
+++ b/dlls/secur32/schannel_macosx.c
@@ -1107,6 +1107,7 @@ static SECURITY_STATUS CDECL schan_get_session_peer_certificate(schan_session se
         CFRelease(data);
     }
 
+done:
     CFRelease(cert_array);
     return ret;
 }




More information about the wine-cvs mailing list