Commit 1f0bc618 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

secur32: Restore the done label.

This was incorrectly removed by commit 5c0fe4db. Signed-off-by: 's avatarHuw Davies <huw@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent b035fe60
...@@ -1107,6 +1107,7 @@ static SECURITY_STATUS CDECL schan_get_session_peer_certificate(schan_session se ...@@ -1107,6 +1107,7 @@ static SECURITY_STATUS CDECL schan_get_session_peer_certificate(schan_session se
CFRelease(data); CFRelease(data);
} }
done:
CFRelease(cert_array); CFRelease(cert_array);
return ret; return ret;
} }
......
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