Browse Source

cleanup

PHP-5
Stefan Esser 24 years ago
parent
commit
75d8056e11
  1. 8
      main/rfc1867.c

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

Loading…
Cancel
Save