diff --git a/src/libsysprof-capture/sysprof-capture-reader.c b/src/libsysprof-capture/sysprof-capture-reader.c index b777c1c3..e4dc91fb 100644 --- a/src/libsysprof-capture/sysprof-capture-reader.c +++ b/src/libsysprof-capture/sysprof-capture-reader.c @@ -948,6 +948,7 @@ sysprof_capture_reader_copy (SysprofCaptureReader *self) copy->ref_count = 1; copy->filename = g_strdup (self->filename); copy->fd = fd; + copy->end_time = self->end_time; copy->buf = g_malloc (self->bufsz); memcpy (copy->buf, self->buf, self->bufsz);