Merge branch 'meshtastic:master' into compression

This commit is contained in:
Jm Casler
2022-04-13 21:59:42 -07:00
committed by GitHub
4 changed files with 16 additions and 16 deletions

View File

@@ -48,7 +48,7 @@ void PhoneAPI::close()
if (state != STATE_SEND_NOTHING) {
state = STATE_SEND_NOTHING;
unobserve();
unobserve(&service.fromNumChanged);
releasePhonePacket(); // Don't leak phone packets on shutdown
onConnectionChanged(false);