mirror of
https://github.com/curl/curl.git
synced 2026-07-16 12:57:16 +03:00
libtest/lib2311: remove "extra" fclose()
Follow-up to 3588df9478
Fixes #16721
Reported-by: Viktor Szakats
Closes #16722
This commit is contained in:
parent
179c0258f5
commit
052bfd0a2d
1 changed files with 0 additions and 1 deletions
|
|
@ -56,7 +56,6 @@ static void websocket_frame(CURL *curl, FILE *save, int expected_flags)
|
|||
if(result == CURLE_AGAIN)
|
||||
/* crude busy-loop */
|
||||
continue;
|
||||
fclose(save);
|
||||
printf("curl_ws_recv returned %d\n", result);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue