mirror of
https://github.com/curl/curl.git
synced 2026-07-23 01:57:20 +03:00
parent
22b8a6430d
commit
11c0aaa339
1 changed files with 1 additions and 1 deletions
|
|
@ -1625,8 +1625,8 @@ static CURLcode x509_name_oneline(X509_NAME *a, struct dynbuf *d)
|
|||
if(rc != -1) {
|
||||
BIO_get_mem_ptr(bio_out, &biomem);
|
||||
result = curlx_dyn_addn(d, biomem->data, biomem->length);
|
||||
BIO_free(bio_out);
|
||||
}
|
||||
BIO_free(bio_out);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue