Ver Fonte

Fix Leaf runtime teardown

bdbai há 2 anos atrás
pai
commit
5fa188d238
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      Maple.Task/VpnPlugin.cpp

+ 0 - 1
Maple.Task/VpnPlugin.cpp

@@ -119,7 +119,6 @@ namespace winrt::Maple_Task::implementation
             folder = StorageApplicationPermissions::FutureAccessList().GetFolderAsync(ConfigFolderAccessListKey).get();
         }
         catch (hresult_invalid_argument const&) {}
-        Leaf* m_leaf{};
         thread_local std::vector<HostName> dnsHosts{};
         if (folder)
         {