slsReceiver: deleting slsReceiverUsers object before calling start() gives seg fault

This commit is contained in:
2018-08-03 09:32:31 +02:00
parent 0dc1e10bd3
commit 05055eb283
3 changed files with 16 additions and 8 deletions

View File

@ -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);
}
}