pollita Mon Oct 2 18:13:57 2006 UTC
Modified files:
/php-src/main/streams plain_wrapper.c
Log:
Unused label, now how the heck did it get there?
http://cvs.php.net/viewvc.cgi/php-src/main/streams/plain_wrapper.c?r1=1.72&r2=1.73&diff_format=u
Index: php-src/main/streams/plain_wrapper.c
diff -u php-src/main/streams/plain_wrapper.c:1.72
php-src/main/streams/plain_wrapper.c:1.73
--- php-src/main/streams/plain_wrapper.c:1.72 Thu Sep 28 07:26:19 2006
+++ php-src/main/streams/plain_wrapper.c Mon Oct 2 18:13:56 2006
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: plain_wrapper.c,v 1.72 2006/09/28 07:26:19 dmitry Exp $ */
+/* $Id: plain_wrapper.c,v 1.73 2006/10/02 18:13:56 pollita Exp $ */
#include "php.h"
#include "php_globals.h"
@@ -1276,7 +1276,6 @@
stream = php_stream_fopen_rel(trypath, mode, opened_path,
options);
if (stream) {
-stream_done:
efree(pathbuf);
return stream;
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php