Skip to content

Commit

Permalink
Fix Chip-tool heap memory increase in interactive mode
Browse files Browse the repository at this point in the history
  • Loading branch information
joonhaengHeo committed Jun 11, 2024
1 parent c158260 commit 0868c57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/controller/ExamplePersistentStorage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ CHIP_ERROR PersistentStorage::Init(const char * name, const char * directory)

mName = name;
mDirectory = directory;
mConfig.clear();
mConfig.parse(ifs);
ifs.close();

Expand Down

0 comments on commit 0868c57

Please sign in to comment.