Skip to content

Commit f2ae5b7

Browse files
committed
#uups commit on wrong file
1 parent a598e0b commit f2ae5b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/memory_streams.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ static size_t php_stream_temp_write(php_stream *stream, const char *buf, size_t
318318
if (memsize + count >= ts->smax) {
319319
php_stream *file = php_stream_fopen_tmpfile();
320320
php_stream_write(file, membuf, memsize);
321-
php_stream_memory_close(ts->innerstream);
321+
php_stream_close(ts->innerstream);
322322
ts->innerstream = file;
323323
}
324324
}

0 commit comments

Comments
 (0)