Skip to content

Commit

Permalink
Fix worker thread memory leaks
Browse files Browse the repository at this point in the history
  • Loading branch information
RattletraPM committed Nov 22, 2019
1 parent f962ebc commit 85e1639
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 85e1639

Please sign in to comment.