diff --git a/android/avrcp-lib.c b/android/avrcp-lib.c
index ef0f882..dc3852b 100644
--- a/android/avrcp-lib.c
+++ b/android/avrcp-lib.c
struct avctp *conn;
struct avrcp_player *player;
- size_t tx_mtu;
- uint8_t *tx_buf;
-
const struct avrcp_control_handler *control_handlers;
void *control_data;
unsigned int control_id;
session->destroy(session->destroy_data);
g_free(session->player);
- g_free(session->tx_buf);
g_free(session);
}
return NULL;
}
- session->tx_mtu = omtu;
- session->tx_buf = g_malloc(omtu);
-
session->passthrough_id = avctp_register_passthrough_handler(
session->conn,
handle_passthrough_pdu,