Fix valgrind error in new net rework code.
This patch fixes a valgrind error and fixes some of the test suite issues in the new net rework code.
This commit is contained in:
parent
8a3df7c4ff
commit
d7ef9718e7
|
|
@ -207,6 +207,7 @@ class __compile_net_resolv : public base_net_resolv {
|
|||
{ msb_ = msb;
|
||||
lsb_ = lsb;
|
||||
signed_flag_ = signed_flag;
|
||||
net8_flag_ = net8_flag;
|
||||
}
|
||||
|
||||
~__compile_net_resolv() { }
|
||||
|
|
|
|||
Loading…
Reference in New Issue