fixed cleanup for Gamin backend (by interim stop in the test-cases)

pull/1778/head
sebres 8 years ago
parent 7b614a7a15
commit 9841fe52c3

@ -143,6 +143,8 @@ class FilterGamin(FileFilter):
# Desallocates the resources used by Gamin.
def __cleanup(self):
if not self.monitor:
return
for filename in self.getLogPaths():
self.monitor.stop_watch(filename)
self.monitor = None

Loading…
Cancel
Save