Reset Pointer to Interaction Model Engine on Shutdown#37958
Reset Pointer to Interaction Model Engine on Shutdown#37958mergify[bot] merged 2 commits intoproject-chip:masterfrom
Conversation
Reset the member variable pointer to the Interaction Model Engine when the Checkin Handler is shutdown.
|
@witowsg-amazon Hello! I am sorry for such a minor suggested change. I am not even 100% sure that it should be included. But, I thought I would offer it anyways. If it is something that needs to be included, I am more than happy to add unit tests in the appropriate spot. Thank you for all the work that you are doing on this SDK! |
|
PR #37958: Size comparison from b56134c to 6fa559b Full report (75 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
|
This pull request has been automatically marked as stale because it has not had recent activity. |
|
Seems reasonable to me given that init sets it. CI will validate if we have odd edge cases (we should not have any) |
|
PR #37958: Size comparison from 46582e0 to 8d58d18 Full report (34 builds for bl602, bl616, bl702, bl702l, cc13x4_26x4, cc32xx, efr32, esp32, nrfconnect, nxp, psoc6, qpg, realtek, stm32, telink)
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #37958 +/- ##
=======================================
Coverage 54.52% 54.52%
=======================================
Files 1588 1588
Lines 108571 108572 +1
Branches 13365 13365
=======================================
+ Hits 59203 59204 +1
Misses 49368 49368 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Thanks for approving!! |
Reset the member variable pointer to the Interaction Model Engine when the Checkin Handler is shutdown.
Testing
WIP