This repository has been archived by the owner on Nov 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix to cellular sockets clean-up introduce by heap accounting change.…
… (#1127) Commit 3ffd36f introduced improved accounting for the sockets tests but, in so doing, it introduced a problem for cellular: uCellSockCleanup() was modified to remove the URCs, however that should _not_ be done until all sockets are closed, i.e. it should be done in uCellSockDeinit() instead (which is called by uSockCleanUp() once all sockets are closed). Thanks to eeFLis for highlighting this.
- Loading branch information
Showing
2 changed files
with
14 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters