helly           Sat Feb 24 14:53:51 2007 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/main       rfc1867.c 
  Log:
  - Drop superflous efree
  
http://cvs.php.net/viewvc.cgi/php-src/main/rfc1867.c?r1=1.173.2.1.2.7&r2=1.173.2.1.2.8&diff_format=u
Index: php-src/main/rfc1867.c
diff -u php-src/main/rfc1867.c:1.173.2.1.2.7 
php-src/main/rfc1867.c:1.173.2.1.2.8
--- php-src/main/rfc1867.c:1.173.2.1.2.7        Sat Feb 24 02:17:28 2007
+++ php-src/main/rfc1867.c      Sat Feb 24 14:53:50 2007
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: rfc1867.c,v 1.173.2.1.2.7 2007/02/24 02:17:28 helly Exp $ */
+/* $Id: rfc1867.c,v 1.173.2.1.2.8 2007/02/24 14:53:50 helly Exp $ */
 
 /*
  *  This product includes software developed by the Apache Group
@@ -1338,9 +1338,6 @@
                }
        }
 fileupload_done:
-       if (lbuf) {
-               efree(lbuf);
-       }
        if (php_rfc1867_callback != NULL) {
                multipart_event_end event_end;
                

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to