summaryrefslogtreecommitdiff
path: root/main/user_streams.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/user_streams.c')
-rw-r--r--main/user_streams.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/user_streams.c b/main/user_streams.c
index 898ad5e099..ab90e1cd3b 100644
--- a/main/user_streams.c
+++ b/main/user_streams.c
@@ -115,7 +115,7 @@ static php_stream *user_wrapper_factory(char *filename, char *mode, int options,
zval **args[4];
int call_result;
php_stream *stream = NULL;
-
+
us = emalloc(sizeof(*us));
us->wrapper = uwrap;