mirror of
https://github.com/curl/curl.git
synced 2026-08-24 22:43:38 +03:00
parent
d3b04e5600
commit
bcd0497c81
19 changed files with 41 additions and 80 deletions
|
|
@ -302,8 +302,7 @@ static OM_uint32 stub_gss_delete_sec_context(
|
|||
return GSS_S_FAILURE;
|
||||
}
|
||||
|
||||
curlx_free(*context);
|
||||
*context = NULL;
|
||||
curlx_safefree(*context);
|
||||
*min = 0;
|
||||
|
||||
return GSS_S_COMPLETE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue