1
0
mirror of https://github.com/php/php-src.git synced 2026-04-05 15:12:39 +02:00
This commit is contained in:
Dmitry Stogov
2014-04-09 15:26:45 +04:00
parent 22ec682e77
commit d9f6068fd3

View File

@@ -702,6 +702,7 @@ static int stream_array_from_fd_set(zval *stream_array, fd_set *fds TSRMLS_DC)
/* destroy old array and add new one */
zend_hash_destroy(Z_ARRVAL_P(stream_array));
GC_REMOVE_FROM_BUFFER(Z_ARR_P(stream_array));
efree(Z_ARR_P(stream_array));
zend_hash_internal_pointer_reset(Z_ARRVAL(new_array));