This commit is contained in:
Stefan Esser 2002-12-14 10:45:25 +00:00
parent c07f7c8df8
commit 75d8056e11

View file

@ -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 */