mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-20 08:38:00 +02:00
slsReceiver: deleting slsReceiverUsers object before calling start() gives seg fault
This commit is contained in:
@ -105,7 +105,6 @@ slsReceiver::slsReceiver(int argc, char *argv[], int &success):
|
||||
}
|
||||
|
||||
if (success==OK){
|
||||
FILE_LOG(logINFO) << "SLS Receiver starting TCP Server on port " << tcpip_port_no << endl;
|
||||
tcpipInterface = new slsReceiverTCPIPInterface(success, udp_interface, tcpip_port_no);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user