[B]Modify README.md.
cmd.packet.data is allocated using new[] and freed using delete. Use delete[] instead.