Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit 17a66e8

Browse files
committed
Initialize BoundConnection callback to NULL.
1 parent c02ab57 commit 17a66e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib/core/WeaveFabricState.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,8 @@ WEAVE_ERROR WeaveFabricState::Init(GroupKeyStoreBase *groupKeyStore)
300300
301301
sessionEndCallbackList = NULL;
302302
303+
BoundConnectionClosedForSession = NULL;
304+
303305
State = kState_Initialized;
304306
305307
return WEAVE_NO_ERROR;

0 commit comments

Comments
 (0)