diff options
| author | Marcus Boerger <helly@php.net> | 2007-02-24 14:53:50 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2007-02-24 14:53:50 +0000 |
| commit | 24fa61e2020d6ab98a85759dd452d6b0c00ce15f (patch) | |
| tree | e9b217fd70065b05130cbd3b3b4690cd85a1bc19 | |
| parent | d2c343a3dff6a2772f0b77516d0baf658e0ebb22 (diff) | |
| download | php-git-24fa61e2020d6ab98a85759dd452d6b0c00ce15f.tar.gz | |
- Drop superflous efree
| -rw-r--r-- | main/rfc1867.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/main/rfc1867.c b/main/rfc1867.c index a069f924f4..db4c864449 100644 --- a/main/rfc1867.c +++ b/main/rfc1867.c @@ -1338,9 +1338,6 @@ filedone: } } fileupload_done: - if (lbuf) { - efree(lbuf); - } if (php_rfc1867_callback != NULL) { multipart_event_end event_end; |
