Skip to content

Commit 5bf5982

Browse files
committed
Address PR comment
1 parent 7a9969f commit 5bf5982

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/CommandHandler.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ Status CommandHandler::ProcessInvokeRequest(System::PacketBufferHandle && payloa
258258
void CommandHandler::Close()
259259
{
260260
mSuppressResponse = false;
261+
mpResponder = nullptr;
261262
MoveToState(State::AwaitingDestruction);
262263

263264
// We must finish all async work before we can shut down a CommandHandler. The actual CommandHandler MUST finish their work

0 commit comments

Comments
 (0)