[PATCH] secur32: Restore the done label.

Huw Davies huw at codeweavers.com
Wed Sep 29 01:53:54 CDT 2021


This was incorrectly removed by commit 5c0fe4db7d580784ab6adc361bfed981be25753c.

Signed-off-by: Huw Davies <huw at codeweavers.com>
---
 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;
 }
-- 
2.23.0




More information about the wine-devel mailing list