From: Stefan Esser Date: Sat, 14 Dec 2002 10:45:25 +0000 (+0000) Subject: cleanup X-Git-Tag: PHP_5_0_dev_before_13561_fix~721 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=75d8056e111ba27aa9f99442942dae0ab74a463c;p=php cleanup --- diff --git a/main/rfc1867.c b/main/rfc1867.c index 60dfc2fe78..3d54f2a723 100644 --- a/main/rfc1867.c +++ b/main/rfc1867.c @@ -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 */