Skip to content

Commit

Permalink
Fix Chip-tool heap memory increase in interactive mode (#33838)
Browse files Browse the repository at this point in the history
  • Loading branch information
joonhaengHeo authored and pull[bot] committed Jul 22, 2024
1 parent c80e61a commit 2526056
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 2526056

Please sign in to comment.