Fix memory leaks in client

This commit is contained in:
Adam Honse committed 2020-05-09 15:48:14 -05:00
1 parent d716973642
commit 2bbf66c0ee
2 files changed
+9

No files matched your search

+2
View File
@@ -215,6 +215,8 @@ void NetworkClient::ListenThread()
ProcessReply_ControllerData(header.pkt_size, data, header.pkt_dev_idx);
break;
}
delete[] data;
}
}