diff --git a/src/rspro_client_fsm.c b/src/rspro_client_fsm.c index f0a9fff..6be2fef 100644 --- a/src/rspro_client_fsm.c +++ b/src/rspro_client_fsm.c @@ -161,8 +161,6 @@ static int srvc_read_cb(struct ipa_client_conn *conn, struct msgb *msg) switch (he->proto) { case IPAC_PROTO_EXT_RSPRO: LOGPFSM(srvc->fi, "Received RSPRO %s\n", msgb_hexdump(msg)); - /* respro_dec_msg() takes ownership of the input message buffer in successful - * and unsuccessful cases */ pdu = rspro_dec_msg(msg); if (!pdu) break;