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

InternetSocket: Fixed missing unlock before return #8654

Merged
merged 1 commit into from
Nov 9, 2018

Conversation

marcemmers
Copy link
Contributor

Description

Noticed I couldn't open an internetsocket any more after trying to close the socket that wasn't opened.
The mutex was still locked which was caused by a missing unlock in the close function.

Pull request type

[x] Fix
[ ] Refactor
[ ] Target update
[ ] Functionality change
[ ] Docs update
[ ] Test update
[ ] Breaking change

@0xc0170 0xc0170 requested a review from a team November 6, 2018 15:49
@NirSonnenschein
Copy link
Contributor

/morph build

@cmonr cmonr added the rollup PR label Nov 9, 2018
@cmonr cmonr mentioned this pull request Nov 9, 2018
@cmonr
Copy link
Contributor

cmonr commented Nov 9, 2018

Note: This PR is now a part of a rollup PR (#8686).

No further work is needed here, as once that PR is merged, this PR will also be closed and marked as merged.

If any more commits are made in this PR, this PR will remain open and have to go through CI on its own.

@cmonr cmonr merged commit dcb97f9 into ARMmbed:master Nov 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants