mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-22 09:37:59 +02:00
bug fix for memory leak for every multi threading command when using API
This commit is contained in:
@ -15,9 +15,7 @@ receiverInterface::receiverInterface(MySocketTCP *socket):dataSocket(socket){}
|
||||
|
||||
|
||||
|
||||
receiverInterface::~receiverInterface(){
|
||||
delete dataSocket;
|
||||
}
|
||||
receiverInterface::~receiverInterface(){}
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user