mirror of
https://github.com/php/php-src.git
synced 2024-11-28 20:34:29 +08:00
Removed one more unneeded check.
This commit is contained in:
parent
ecc9c539d2
commit
3c9a6a8890
@ -841,9 +841,7 @@ SAPI_API SAPI_POST_HANDLER_FUNC(rfc1867_post_handler)
|
||||
}
|
||||
if (skip_upload) {
|
||||
efree(param);
|
||||
if (filename) {
|
||||
efree(filename);
|
||||
}
|
||||
efree(filename);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user