From 2f8d96475e32f9bd11ad77645f4ca041970cde06 Mon Sep 17 00:00:00 2001 From: George Tsiamasiotis Date: Sun, 29 Sep 2024 00:12:17 +0300 Subject: [PATCH] Removed os._exit call that bypasses finalization --- frigate/app.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/frigate/app.py b/frigate/app.py index 796271908..157b96831 100644 --- a/frigate/app.py +++ b/frigate/app.py @@ -655,5 +655,3 @@ class FrigateApp: shm = self.detection_shms.pop() shm.close() shm.unlink() - - os._exit(os.EX_OK)