Skip to content

Commit

Permalink
Fix Chip-tool heap memory increase in interactive mode (project-chip#…
Browse files Browse the repository at this point in the history
  • Loading branch information
joonhaengHeo authored Jun 12, 2024
1 parent 23ec1b0 commit bfb3a4d
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 bfb3a4d

Please sign in to comment.