Commit d6accb5b authored by aligungr's avatar aligungr

NTS memory leak fix

parent 3bcb27f7
...@@ -88,6 +88,8 @@ struct GtpExtHeader ...@@ -88,6 +88,8 @@ struct GtpExtHeader
explicit GtpExtHeader(ExtHeaderType type) : type(type) explicit GtpExtHeader(ExtHeaderType type) : type(type)
{ {
} }
virtual ~GtpExtHeader() = default;
}; };
struct LongPdcpPduNumberExtHeader : GtpExtHeader struct LongPdcpPduNumberExtHeader : GtpExtHeader
......
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