Small bug fix with closing the window.

This commit is contained in:
Tadas Baltrusaitis 2018-01-27 11:17:07 +00:00
parent eb5a2ed01f
commit bbe58b50a6

View file

@ -812,7 +812,6 @@ namespace OpenFaceOffline
thread_running = false; thread_running = false;
processing_thread.Join(); processing_thread.Join();
} }
face_analyser.Dispose();
} }
// Stopping the tracking // Stopping the tracking