Removed os._exit call that bypasses finalization

This commit is contained in:
George Tsiamasiotis 2024-09-29 00:12:17 +03:00
parent 54a1b3bb15
commit 2f8d96475e

View File

@ -655,5 +655,3 @@ class FrigateApp:
shm = self.detection_shms.pop()
shm.close()
shm.unlink()
os._exit(os.EX_OK)