]> granicus.if.org Git - php/commitdiff
don't null it - let the engine do its magic ;)
authorAndrey Hristov <andrey@php.net>
Mon, 18 Apr 2005 21:01:05 +0000 (21:01 +0000)
committerAndrey Hristov <andrey@php.net>
Mon, 18 Apr 2005 21:01:05 +0000 (21:01 +0000)
ext/ncurses/ncurses_functions.c

index ffaec5ac309fb5fd5ad3be0e441066f103082e2f..7c1039966e5626c057e4f2cf17fc01ede8595574 100644 (file)
@@ -98,7 +98,6 @@ PHP_FUNCTION(ncurses_delwin)
        FETCH_WINRES(w, &handle);
 
        zend_list_delete(Z_LVAL_P(handle));
-       ZVAL_NULL(handle);
        RETURN_TRUE;
 }
 /* }}} */