remove 'delete this' double delete in JSONVariableServerThread destructor

This commit is contained in:
Scott Fennell 2018-10-01 13:33:51 -05:00
parent 2cdd4bf380
commit 424043b146

View File

@ -34,7 +34,6 @@ Trick::JSONVariableServerThread::JSONVariableServerThread(TCDevice * listen_dev)
*/
Trick::JSONVariableServerThread::~JSONVariableServerThread() {
delete [] incoming_msg ;
delete this ;
}
/*