forked from atomvm/AtomVM
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix several possible double free() in ESP32 network_driver.c
Removes several possible uses of free() on memory that had been previously free'd. This would happen under specific error conditions in the `start_network` function in network_driver.c that `network:start/1` uses to configure and start the network. Signed-off-by: Winford <winford@object.stream>
- Loading branch information
1 parent
1a52db9
commit c31b1aa
Showing
2 changed files
with
10 additions
and
3 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