From: Derick Rethans Date: Fri, 3 Jan 2003 18:57:37 +0000 (+0000) Subject: - Remove broken lines (due to MFH) X-Git-Tag: PHP_4_3_before_13561_fix~133 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1bfe97474f6cc7c90559ffcbf932e862da3bcac0;p=php - Remove broken lines (due to MFH) --- diff --git a/ext/standard/string.c b/ext/standard/string.c index b37e2697bc..8842b24145 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -1399,9 +1399,6 @@ PHP_FUNCTION(strstr) if (Z_TYPE_PP(needle) == IS_STRING) { if (!Z_STRLEN_PP(needle)) { php_error_docref(NULL TSRMLS_CC, E_WARNING, "Empty delimiter."); - efree(haystack_orig); - zval_ptr_dtor(haystack); - zval_ptr_dtor(needle); RETURN_FALSE; }