tony2001 Thu Dec 21 00:47:02 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-src/main/streams memory.c
Log:
MFH
http://cvs.php.net/viewvc.cgi/php-src/main/streams/memory.c?r1=1.8.2.6.2.9&r2=1.8.2.6.2.10&diff_format=u
Index: php-src/main/streams/memory.c
diff -u php-src/main/streams/memory.c:1.8.2.6.2.9
php-src/main/streams/memory.c:1.8.2.6.2.10
--- php-src/main/streams/memory.c:1.8.2.6.2.9 Sat Nov 4 20:43:28 2006
+++ php-src/main/streams/memory.c Thu Dec 21 00:47:02 2006
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: memory.c,v 1.8.2.6.2.9 2006/11/04 20:43:28 rasmus Exp $ */
+/* $Id: memory.c,v 1.8.2.6.2.10 2006/12/21 00:47:02 tony2001 Exp $ */
#define _GNU_SOURCE
#include "php.h"
@@ -688,6 +688,7 @@
ts->mode = mode && mode[0] == 'r' ? TEMP_STREAM_READONLY : 0;
ts->meta = meta;
}
+ efree(comma);
return stream;
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php