diff --git a/linux/payload/FreshSupvHandler.cpp b/linux/payload/FreshSupvHandler.cpp index 9fee6066..f414bec6 100644 --- a/linux/payload/FreshSupvHandler.cpp +++ b/linux/payload/FreshSupvHandler.cpp @@ -522,6 +522,7 @@ void FreshSupvHandler::handleTransitionToOff() { hkSet.setReportingEnabled(false); hkSet.setValidity(false, true); uartManager->stop(); + activeActionCmds.clear(); uartIsolatorSwitch.pullLow(); switchIF.sendSwitchCommand(switchId, PowerSwitchIF::SWITCH_OFF); shutdownState = ShutdownState::POWER_SWITCHING;