coverty uninitialized member

This commit is contained in:
Ismael Gomez 2017-10-19 18:10:17 -04:00
parent 45420433b9
commit dfef7c1a25
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
namespace srsue {
demux::demux() : mac_msg(20), pending_mac_msg(20)
demux::demux() : mac_msg(20), pending_mac_msg(20), rlc(NULL)
{
}