Plug leak of 1/2 bytes when converting from string/unicode

This commit is contained in:
Sara Golemon 2005-09-12 17:42:43 +00:00
parent e720736a4f
commit 87bcf776f7

View file

@ -1156,6 +1156,7 @@ static void zend_fetch_dimension_address(temp_variable *result, zval **container
SEPARATE_ZVAL(container_ptr);
container = *container_ptr;
}
zval_dtor(container);
array_init(container);
break;
}