iperf: plug a thread leak
This commit is contained in:
parent
5140962436
commit
25d29482ea
@ -260,6 +260,8 @@ static int iperf_start_report(void)
|
||||
return -1;
|
||||
}
|
||||
|
||||
pthread_detach(thread);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user