mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
cleanup
This commit is contained in:
parent
c07f7c8df8
commit
75d8056e11
1 changed files with 1 additions and 7 deletions
|
@ -813,13 +813,7 @@ SAPI_API SAPI_POST_HANDLER_FUNC(rfc1867_post_handler)
|
|||
|
||||
/* If file_uploads=off, skip the file part */
|
||||
if (!PG(file_uploads)) {
|
||||
if (filename) {
|
||||
efree(filename);
|
||||
}
|
||||
if (param) {
|
||||
efree(param);
|
||||
}
|
||||
continue;
|
||||
skip_upload = 1;
|
||||
}
|
||||
|
||||
/* Return with an error if the posted data is garbled */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue