revert scan-build changes, need further testing before merge

This commit is contained in:
Scott Fennell
2018-10-22 15:11:29 -05:00
parent 86ef489617
commit e86027f825
35 changed files with 148 additions and 226 deletions

View File

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