Skip to content

Fix bug reading data frames

Magnus Lundborg requested to merge read_file_bug_fix into master

There was a bug keeping track of the last read frame of data blocks. There was also an issue trying to access data that could have been freed.

Merge request reports