We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e20fc1a + c7f3317 commit 515b518Copy full SHA for 515b518
src/polycubed/src/polycubed_core.cpp
@@ -35,7 +35,8 @@ namespace polycube {
35
namespace polycubed {
36
37
PolycubedCore::PolycubedCore(BaseModel *base_model)
38
- : base_model_(base_model), logger(spdlog::get("polycubed")) {}
+ : base_model_(base_model), logger(spdlog::get("polycubed")),
39
+ cubes_dump_(nullptr) {}
40
41
PolycubedCore::~PolycubedCore() {
42
servicectrls_map_.clear();
0 commit comments