test390: verify --parallel

Closes #8985
This commit is contained in:
Daniel Stenberg 2022-06-10 09:05:24 +02:00
parent 5121d98c22
commit 95f5aae9ad
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
3 changed files with 50 additions and 1 deletions

View file

@ -2140,6 +2140,7 @@ static CURLcode single_transfer(struct GlobalConfig *global,
}
break;
}
Curl_safefree(state->outfiles);
if(!*added || result) {
*added = FALSE;