summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--otherlibs/runtime_events/runtime_events_consumer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/otherlibs/runtime_events/runtime_events_consumer.c b/otherlibs/runtime_events/runtime_events_consumer.c
index df7ca2d24f..cdaf45a2b3 100644
--- a/otherlibs/runtime_events/runtime_events_consumer.c
+++ b/otherlibs/runtime_events/runtime_events_consumer.c
@@ -235,6 +235,7 @@ caml_runtime_events_create_cursor(const char_os* runtime_events_path, int pid,
cursor->lost_events = NULL;
cursor->user_unit = NULL;
cursor->user_int = NULL;
+ cursor->user_span = NULL;
cursor->user_custom = NULL;
*cursor_res = cursor;