mirror of
https://github.com/moparisthebest/curl
synced 2024-11-12 04:25:08 -05:00
os400: add a missing closing bracket
See https://github.com/curl/curl/issues/3453#issuecomment-453054458 Reported-by: jonrumsey on github
This commit is contained in:
parent
adf39fbfb3
commit
30ac449042
@ -1452,6 +1452,7 @@ curl_url_get_ccsid(CURLU *handle, CURLUPart what, char **part,
|
|||||||
if(!*part)
|
if(!*part)
|
||||||
result = CURLUE_OUT_OF_MEMORY;
|
result = CURLUE_OUT_OF_MEMORY;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
if(s)
|
if(s)
|
||||||
free(s);
|
free(s);
|
||||||
return result;
|
return result;
|
||||||
|
Loading…
Reference in New Issue
Block a user