mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-23 20:18:41 +01: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