From bbe58b50a6f50114a6e60890a9e7c9a6edb72e41 Mon Sep 17 00:00:00 2001 From: Tadas Baltrusaitis Date: Sat, 27 Jan 2018 11:17:07 +0000 Subject: [PATCH] Small bug fix with closing the window. --- gui/OpenFaceOffline/MainWindow.xaml.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/gui/OpenFaceOffline/MainWindow.xaml.cs b/gui/OpenFaceOffline/MainWindow.xaml.cs index a5696b2..6bac79a 100644 --- a/gui/OpenFaceOffline/MainWindow.xaml.cs +++ b/gui/OpenFaceOffline/MainWindow.xaml.cs @@ -812,7 +812,6 @@ namespace OpenFaceOffline thread_running = false; processing_thread.Join(); } - face_analyser.Dispose(); } // Stopping the tracking