Skip to content

Commit

Permalink
close the mmap in the close function of DFReader
Browse files Browse the repository at this point in the history
  • Loading branch information
juri117 authored and peterbarker committed Jan 10, 2024
1 parent 87173db commit 57646ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DFReader.py
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,7 @@ def flightmode_list(self):

def close(self):
'''close the log file'''
self.data_map.close()
self.filehandle.close()


Expand Down

0 comments on commit 57646ca

Please sign in to comment.