mirror of
https://github.com/EEVengers/ThunderScope.git
synced 2025-04-22 17:43:44 +00:00
parent
92a5f3ff84
commit
4a07e4b271
@ -208,7 +208,7 @@ void Bridge::TxJob() {
|
||||
send(client_tx_sock,tx_buff,packet_size,0);
|
||||
#endif
|
||||
//free the packet
|
||||
FreePacket(currentPacket);
|
||||
free(currentPacket);
|
||||
}
|
||||
// No more packets, sleep.
|
||||
std::this_thread::sleep_for(std::chrono::microseconds(500));
|
||||
|
Loading…
Reference in New Issue
Block a user