This commit is contained in:
Zeev Suraski 1999-09-17 02:06:12 +00:00
parent d01370cdc2
commit 567b3cef6b

View File

@ -123,6 +123,7 @@ static inline zval *_get_zval_ptr(znode *node, temp_variable *Ts, int *should_fr
}
break;
case IS_UNUSED:
*should_free = 0;
return NULL;
break;
#if DEBUG_ZEND