From: Andrey Hristov Date: Mon, 18 Apr 2005 21:01:05 +0000 (+0000) Subject: don't null it - let the engine do its magic ;) X-Git-Tag: php-5.0.1b1~486 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4033ad1dd2d95c13a3b2b47ee8b6b5093bbfe631;p=php don't null it - let the engine do its magic ;) --- diff --git a/ext/ncurses/ncurses_functions.c b/ext/ncurses/ncurses_functions.c index ffaec5ac30..7c1039966e 100644 --- a/ext/ncurses/ncurses_functions.c +++ b/ext/ncurses/ncurses_functions.c @@ -98,7 +98,6 @@ PHP_FUNCTION(ncurses_delwin) FETCH_WINRES(w, &handle); zend_list_delete(Z_LVAL_P(handle)); - ZVAL_NULL(handle); RETURN_TRUE; } /* }}} */