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

[C++ pyclustering] Incorrect deallocation of CURE results #581

Closed
annoviko opened this issue Feb 6, 2020 · 0 comments
Closed

[C++ pyclustering] Incorrect deallocation of CURE results #581

annoviko opened this issue Feb 6, 2020 · 0 comments
Assignees
Labels
Bug Tasks related to found bugs

Comments

@annoviko
Copy link
Owner

annoviko commented Feb 6, 2020

Introduction
There is memory leakage and possible segmentation fault for CURE results deallocation. The segmentation fault does not affect library users because the problem is in pyclustering interface only. Therefore the problem was invisible, only memory leakage could be detected.

Description
DLL library interface implementation should be corrected in order to deallocate CURE results correctly.

@annoviko annoviko added the Bug Tasks related to found bugs label Feb 6, 2020
@annoviko annoviko self-assigned this Feb 6, 2020
@annoviko annoviko closed this as completed Feb 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Tasks related to found bugs
Projects
None yet
Development

No branches or pull requests

1 participant