MFB: Fix ZTS build.

This commit is contained in:
Sebastian Bergmann 2006-10-06 03:49:04 +00:00
parent 841a736681
commit b7dc089fc2

View File

@ -102,6 +102,7 @@ void _php_curl_multi_cleanup_list(void *data) /* {{{ */
{
zval *z_ch = (zval *)data;
php_curl *ch;
TSRMLS_FETCH();
if (!z_ch) {
return;