Skip to content

Commit

Permalink
bug: Fixed an issue where hashing threads were not released
Browse files Browse the repository at this point in the history
  • Loading branch information
wired420 committed Feb 19, 2023
1 parent 0651941 commit 223e56c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions MQ2MeshManager.cpp
Expand Up @@ -199,6 +199,10 @@ void Get_Hash_For_Update(const struct HashListStorage& tmp)
DownloadList.push_back(tmpDownloadList);
HashThreads--;
}
else
{
HashThreads--;
}
}
else
{
Expand Down

0 comments on commit 223e56c

Please sign in to comment.