mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
mgcp_e1: cosmetic: rewrite comment
Change-Id: I405cf464c052a2ab1461c3a8ba96665a3bc30341
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user