nfctype4: Fix 'struct type4_cmd' leak in ISO_send_cmd()

ISO_send_cmd() allocates a type4_cmd structure
but doesn't free it so make sure its freed after
near_adapter_send() has been called.
1 file changed