Revert "shutdown old thread"

This reverts commit 3ff693ac37.
This commit is contained in:
Paddy Xu
2018-01-27 10:31:03 +02:00
parent 3ff693ac37
commit bb7fb114f8

View File

@@ -273,7 +273,6 @@ namespace QuickLook
//Dispatcher.BeginInvoke(new Action(Hide), DispatcherPriority.ApplicationIdle);
ViewWindowManager.GetInstance().ForgetCurrentWindow();
BeginClose();
ProcessHelper.PerformAggressiveGC();
}
@@ -281,7 +280,6 @@ namespace QuickLook
internal void BeginClose()
{
UnloadPlugin();
busyDecorator.Dispose();
Close();