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

Memory leak when unregistering a callee service #272

Closed
Brushedoctopus opened this issue Sep 26, 2018 · 1 comment
Closed

Memory leak when unregistering a callee service #272

Brushedoctopus opened this issue Sep 26, 2018 · 1 comment

Comments

@Brushedoctopus
Copy link

After disposing the result of IWampRealmServiceProvider.RegisterCallee, the registered service should no longer be referenced.

WampCallee holds onto the registered service in mRegistrations. The TryRemove is being run in Registered but isn't actually removing anything since the requestId is used to remove entries that were added using a registrationId.

darkl added a commit that referenced this issue Sep 26, 2018
@darkl
Copy link
Member

darkl commented Sep 26, 2018

Should be resolved in 18.9.2.

Elad

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants