1
0
mirror of https://github.com/php/php-src.git synced 2026-04-01 13:12:16 +02:00

Fix ZTS mode

This commit is contained in:
Marcus Boerger
2003-06-14 17:08:49 +00:00
parent 9f828a5035
commit 9605db43ed

View File

@@ -131,6 +131,7 @@ static ZEND_RSRC_DTOR_FUNC(file_context_dtor)
{
php_stream_context *context = (php_stream_context*)rsrc->ptr;
zval_dtor(context->options);
context->options = NULL;
php_stream_context_free(context);
}