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

Resolved memory leak in stencil_8 #2134

Merged
merged 1 commit into from May 1, 2016
Merged

Resolved memory leak in stencil_8 #2134

merged 1 commit into from May 1, 2016

Conversation

hkaiser
Copy link
Member

@hkaiser hkaiser commented Apr 30, 2016

  • flyby: change gather API to rely on clients instead of future<id_type>
  • flyby: fixed one of the register_with_basename API overloads

This fixes #2121

@hkaiser
Copy link
Member Author

hkaiser commented Apr 30, 2016

@markusobi Please verify whether this change fixes your problems

@@ -147,6 +147,13 @@ namespace hpx { namespace lcos { namespace local
entry->set_value(std::move(val));
}

// explicitly clear all sored data
Copy link
Member

Choose a reason for hiding this comment

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

Typo here

- flyby: change gather API to rely on clients instead of future<id_type>
- flyby: fixed one of the register_with_basename API overloads
@hkaiser hkaiser merged commit b8dabf7 into master May 1, 2016
@hkaiser hkaiser deleted the fixing_2121 branch May 1, 2016 23:47
hkaiser added a commit that referenced this pull request May 2, 2016
This reverts commit b8dabf7, reversing
changes made to 208492a.
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.

Possible memory leak in 1d_stencil_8
2 participants