mgcp_e1: cosmetic: rewrite comment

Change-Id: I405cf464c052a2ab1461c3a8ba96665a3bc30341
changes/37/31637/3
Philipp Maier 3 months ago committed by laforge
parent b6795ddfd2
commit 3ccf02a300

@ -361,7 +361,7 @@ static void e1_recv_cb(struct e1inp_ts *ts, struct msgb *msg)
/* Trigger sending of pending E1 traffic */
e1_send_ts_frame(ts, trunk);
/* e1inp_rx_ts() does not free() msgb */
/* e1inp_rx_ts(), the caller of this callback does not free() msgb. */
msgb_free(msg);
}

Loading…
Cancel
Save