mirror of
https://github.com/curl/curl.git
synced 2026-05-30 03:47:27 +03:00
fopen: remove unnecessary assignment
[CWE-1164] V1048: The '* tempname' variable was assigned the same value. Ref: https://pvs-studio.com/en/docs/warnings/v1048/ Closes https://github.com/curl/curl/pull/10398
This commit is contained in:
parent
62097a7ea4
commit
74040ddecb
1 changed files with 0 additions and 1 deletions
|
|
@ -106,7 +106,6 @@ fail:
|
|||
|
||||
free(tempstore);
|
||||
|
||||
*tempname = NULL;
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue