Commit 3c5edab8 authored by Robert Schmidt's avatar Robert Schmidt

Fix memory leak: free NotifiedFIFO_elt

parent f4659b2b
...@@ -1344,6 +1344,7 @@ void *ru_thread( void *param ) { ...@@ -1344,6 +1344,7 @@ void *ru_thread( void *param ) {
rx_tti_busy[info->slot_rx % RU_RX_SLOT_DEPTH] = false; rx_tti_busy[info->slot_rx % RU_RX_SLOT_DEPTH] = false;
if ((info->slot_rx % RU_RX_SLOT_DEPTH) == (proc->tti_rx % RU_RX_SLOT_DEPTH)) if ((info->slot_rx % RU_RX_SLOT_DEPTH) == (proc->tti_rx % RU_RX_SLOT_DEPTH))
not_done = false; not_done = false;
delNotifiedFIFO_elt(res);
} }
if (!res) if (!res)
break; break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment