Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lwip wrapper memory issues #153

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

andreagilardoni
Copy link
Contributor

The lwip wrapper has memory issues that may cause memory leaks and dangling pointers. This PR is the beginning of the work to fix these issues.

There is an improper memory management in the lwipClient and lwipServer that needs to be taken care of.

@andreagilardoni andreagilardoni marked this pull request as draft September 28, 2023 12:08
Provided a destructor that takes care of deallocating the _tcp_client
only when allocated with mem_alloc() and not passed in the constructor
@per1234 per1234 added type: imperfection Perceived defect in any part of project topic: code Related to content of the project itself labels Sep 29, 2023
@arduino arduino deleted a comment from github-actions bot Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants