Commit f71a53e8 authored by Dong Anyuan's avatar Dong Anyuan

Fix Coverity Scan CID 261649 (Variable rx_buffer going out of scope leaks the...

Fix Coverity Scan CID 261649 (Variable rx_buffer going out of scope leaks the storage it points to.)
parent 0e230593
......@@ -606,7 +606,7 @@ void recv_IF5(RU_t *ru, openair0_timestamp *proc_timestamp, int subframe, uint16
}
}
#endif
free(rx_buffer);
}
......
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