mgcp_e1: cosmetic: rewrite comment
Change-Id: I405cf464c052a2ab1461c3a8ba96665a3bc30341changes/37/31637/3
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…
Reference in New Issue