Skip to content

Commit

Permalink
Fix Leaf runtime teardown
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbai committed Dec 9, 2022
1 parent 662e933 commit 5fa188d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Maple.Task/VpnPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 5fa188d

Please sign in to comment.