mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-15 20:37:51 -04:00
move jpeg context freeing to a Deinitialise function instead of ~Image. Turn down the logging
This commit is contained in:
@@ -358,6 +358,8 @@ int main( int argc, char *argv[] )
|
||||
delete [] next_delays;
|
||||
delete [] last_capture_times;
|
||||
|
||||
Image::Deinitialise();
|
||||
|
||||
logTerm();
|
||||
zmDbClose();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user