Skip to content

Commit

Permalink
Merge pull request #27 from RattletraPM/master
Browse files Browse the repository at this point in the history
Fix worker thread memory leaks (solves error 2011-0301, threadCreate rc 559)
  • Loading branch information
spacemeowx2 committed Nov 23, 2019
2 parents f962ebc + 85e1639 commit 495d565
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ldn_mitm/source/lan_discovery.cpp
Expand Up @@ -471,7 +471,6 @@ void LANDiscovery::worker() {
svcSleepThread(0);
}
LogFormat("Worker exit");
svcExitThread();
}

Result LANDiscovery::getNetworkInfo(NetworkInfo *pOutNetwork) {
Expand Down

0 comments on commit 495d565

Please sign in to comment.