fix_command_chan_leak
master
cmd.packet.data is allocated using new[] and freed using delete. Use delete[] instead.