Rodrigo Arias 0df018cf5f Fix segfault reading empty streams
The check_clock_gate() was trying to access to the first event in all
streams. However, streams that are empty don't have any event, so they
cause a NULL dereference. Skipping not active streams avoids the
problem.
2023-10-23 10:07:44 +02:00
..
2023-10-23 10:07:44 +02:00
2023-07-28 18:15:28 +02:00
2023-07-25 16:36:57 +02:00