We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23ec1b0 commit bfb3a4dCopy full SHA for bfb3a4d
src/controller/ExamplePersistentStorage.cpp
@@ -85,6 +85,7 @@ CHIP_ERROR PersistentStorage::Init(const char * name, const char * directory)
85
86
mName = name;
87
mDirectory = directory;
88
+ mConfig.clear();
89
mConfig.parse(ifs);
90
ifs.close();
91
0 commit comments