summaryrefslogtreecommitdiff
path: root/ext/ncurses/ncurses_functions.c
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2005-04-18 21:01:05 +0000
committerAndrey Hristov <andrey@php.net>2005-04-18 21:01:05 +0000
commit4033ad1dd2d95c13a3b2b47ee8b6b5093bbfe631 (patch)
treed9bc0b79bc0ae2b863203e6bccd0cc6e11c47104 /ext/ncurses/ncurses_functions.c
parent195f69f0c76fe46fe181a053d1eb8467a8a6cb02 (diff)
downloadphp-git-4033ad1dd2d95c13a3b2b47ee8b6b5093bbfe631.tar.gz
don't null it - let the engine do its magic ;)
Diffstat (limited to 'ext/ncurses/ncurses_functions.c')
-rw-r--r--ext/ncurses/ncurses_functions.c1
1 files changed, 0 insertions, 1 deletions
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;
}
/* }}} */