mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-15 23:55:25 +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.close()
|
||||
shm.unlink()
|
||||
|
||||
os._exit(os.EX_OK)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user