mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-16 16:15:22 +03:00
Removed os._exit call that bypasses finalization
This commit is contained in:
parent
54a1b3bb15
commit
2f8d96475e
@ -655,5 +655,3 @@ class FrigateApp:
|
|||||||
shm = self.detection_shms.pop()
|
shm = self.detection_shms.pop()
|
||||||
shm.close()
|
shm.close()
|
||||||
shm.unlink()
|
shm.unlink()
|
||||||
|
|
||||||
os._exit(os.EX_OK)
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user