Skip to content

Commit 57646ca

Browse files
juri117peterbarker
authored andcommitted
close the mmap in the close function of DFReader
1 parent 87173db commit 57646ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DFReader.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -735,6 +735,7 @@ def flightmode_list(self):
735735

736736
def close(self):
737737
'''close the log file'''
738+
self.data_map.close()
738739
self.filehandle.close()
739740

740741

0 commit comments

Comments
 (0)