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 in moving operator of variant. #19

Closed
afalaleev opened this issue Jan 23, 2019 · 1 comment
Closed

Memory leak in moving operator of variant. #19

afalaleev opened this issue Jan 23, 2019 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@afalaleev
Copy link

On moving the variant doesn't check and clear previous stored value:
https://github.com/GolosChain/cyberway.fc/blob/45ad585a03f5f77351414cf5ff3c2842b8671e0f/include/fc/variant.hpp#L380-L386

@afalaleev afalaleev added the bug Something isn't working label Jan 23, 2019
@afalaleev afalaleev added this to the Sprint-jan-14 milestone Jan 23, 2019
@afalaleev afalaleev self-assigned this Jan 23, 2019
@afalaleev
Copy link
Author

PR #21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant