Skip to content

Commit 6bf5656

Browse files
hawkinswandy31415
andauthored
Reset Pointer to Interaction Model Engine on Shutdown (#37958)
Reset the member variable pointer to the Interaction Model Engine when the Checkin Handler is shutdown. Co-authored-by: Andrei Litvin <andy314@gmail.com>
1 parent 46582e0 commit 6bf5656

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/app/icd/client/CheckInHandler.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ void CheckInHandler::Shutdown()
7070
{
7171
mpICDClientStorage = nullptr;
7272
mpCheckInDelegate = nullptr;
73+
mpImEngine = nullptr;
7374
if (mpExchangeManager)
7475
{
7576
TEMPORARY_RETURN_IGNORED mpExchangeManager->UnregisterUnsolicitedMessageHandlerForType(

0 commit comments

Comments
 (0)