Skip to content

Commit

Permalink
Restyle
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Feb 14, 2024
1 parent b16a172 commit c5885a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transport/UnauthenticatedSessionTable.h
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ class UnauthenticatedSessionTable
VerifyOrReturnError(entry != nullptr, CHIP_ERROR_NO_MEMORY);

// make sure a clean reset is done
mEntries.ReleaseObject(static_cast<EntryType*>(entry));
mEntries.ReleaseObject(static_cast<EntryType *>(entry));
entry = mEntries.CreateObject(sessionRole, ephemeralInitiatorNodeID, config, *this);

// entry being null is not expected as we released an object that could be reclaimed
Expand Down

0 comments on commit c5885a8

Please sign in to comment.