gprs_rlcmac_sched: don't leak a sched_dummy()

Change-Id: Iea0fc51809c78514c85e45e7f499a531c4ea1bcf
This commit is contained in:
Alexander Couzens 2020-12-30 20:57:43 +01:00
parent d6b913fc39
commit 86fad1ec4e
1 changed files with 0 additions and 1 deletions

View File

@ -482,7 +482,6 @@ int gprs_rlcmac_rcv_rts_block(struct gprs_rlcmac_bts *bts,
/* Prio 3: send dummy contol message */
else if ((msg = sched_dummy())) {
/* increase counter */
msg = sched_dummy();
gsmtap_cat = PCU_GSMTAP_C_DL_DUMMY;
} else {
return -ENOMEM;