1
0
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:
Patrick Monnerat 2019-01-10 12:04:35 +01:00
parent adf39fbfb3
commit 30ac449042

View File

@ -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;