diff options
Diffstat (limited to 'ext/com_dotnet/com_persist.c')
-rwxr-xr-x | ext/com_dotnet/com_persist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/com_dotnet/com_persist.c b/ext/com_dotnet/com_persist.c index cca51ec6a3..3bbf2511d3 100755 --- a/ext/com_dotnet/com_persist.c +++ b/ext/com_dotnet/com_persist.c @@ -277,7 +277,7 @@ PHPAPI IStream *php_com_wrapper_export_stream(php_stream *stream TSRMLS_DC) stm->stream = stream; zend_list_addref(stream->rsrc_id); - stm->id = zend_list_insert(stm, le_istream); + stm->id = zend_list_insert(stm, le_istream TSRMLS_CC); return (IStream*)stm; } |