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

Properly releasing parcelport write handlers. #2698

Merged
merged 1 commit into from Jun 16, 2017
Merged

Conversation

sithhell
Copy link
Member

This patch is properly releasing handlers used when sending a parcel. This avoids
possible memory leaks. In addition, a race between sending a new parcel and
calling the postprocess handler was fixed.

This is the proper fix for the problems appearing after merging #2619 and should make #2692 unnecessary.

This patch is properly releasing handlers used when sending a parcel. This avoids
possible memory leaks. In addition, a race between sending a new parcel and
calling the postprocess handler was fixed.
Copy link
Member

@hkaiser hkaiser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks a lot!

@sithhell sithhell merged commit 0f16de3 into master Jun 16, 2017
@sithhell sithhell deleted the fixing_refcounting branch June 16, 2017 12:04
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

2 participants