mirror of
https://github.com/curl/curl.git
synced 2026-05-20 06:46:24 +03:00
x509asn1: remove superfluous free()
This commit is contained in:
parent
185a05e943
commit
3a537a4db9
1 changed files with 0 additions and 1 deletions
|
|
@ -393,7 +393,6 @@ utf8asn1str(struct dynbuf *to, int type, const char *from, const char *end)
|
|||
if(wc >= 0x00000800) {
|
||||
if(wc >= 0x00010000) {
|
||||
if(wc >= 0x00200000) {
|
||||
free(buf);
|
||||
/* Invalid char. size for target encoding. */
|
||||
return CURLE_WEIRD_SERVER_REPLY;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue