mirror of
https://github.com/php/php-src.git
synced 2025-08-16 22:18:50 +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 file_uploads=off, skip the file part */
|
||||||
if (!PG(file_uploads)) {
|
if (!PG(file_uploads)) {
|
||||||
if (filename) {
|
skip_upload = 1;
|
||||||
efree(filename);
|
|
||||||
}
|
|
||||||
if (param) {
|
|
||||||
efree(param);
|
|
||||||
}
|
|
||||||
continue;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Return with an error if the posted data is garbled */
|
/* Return with an error if the posted data is garbled */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue