mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Removed a pointless check. Thanks Stefan.
This commit is contained in:
parent
f481a209b7
commit
ecc9c539d2
1 changed files with 1 additions and 3 deletions
|
@ -840,9 +840,7 @@ SAPI_API SAPI_POST_HANDLER_FUNC(rfc1867_post_handler)
|
|||
}
|
||||
}
|
||||
if (skip_upload) {
|
||||
if (param) {
|
||||
efree(param);
|
||||
}
|
||||
efree(param);
|
||||
if (filename) {
|
||||
efree(filename);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue