From 04efd3fc0ecc0844c17591cc088df3404f66670f Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Tue, 14 Dec 2021 14:46:19 +1100 Subject: [PATCH] Cleanup Meek in the CensorshipCircumventionThread --- desktop/src/onionshare/threads.py | 1 + 1 file changed, 1 insertion(+) diff --git a/desktop/src/onionshare/threads.py b/desktop/src/onionshare/threads.py index 05c32f76..f5025c5c 100644 --- a/desktop/src/onionshare/threads.py +++ b/desktop/src/onionshare/threads.py @@ -306,6 +306,7 @@ class CensorshipCircumventionThread(QtCore.QThread): bridge_settings = self.censorship_circumvention.request_settings( country=self.country ) + self.common.gui.meek.cleanup() if bridge_settings and self.censorship_circumvention.save_settings( self.settings, bridge_settings