move jpeg context freeing to a Deinitialise function instead of ~Image. Turn down the logging

This commit is contained in:
Isaac Connor
2016-10-07 11:33:25 -04:00
parent 96b5af9021
commit 37a4c67ae6
4 changed files with 29 additions and 29 deletions

View File

@@ -358,6 +358,8 @@ int main( int argc, char *argv[] )
delete [] next_delays;
delete [] last_capture_times;
Image::Deinitialise();
logTerm();
zmDbClose();