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

Fixed segfault on DB close #92

Closed
wants to merge 2 commits into from
Closed

Conversation

alexreg
Copy link

@alexreg alexreg commented Mar 7, 2021

Close DB when close is called, and free DB object only in destructor (in line with Cython guidelines).

Fixes #91.

@alexreg alexreg force-pushed the fix_close_segfault branch from f3f388a to 7171d0e Compare March 10, 2021 23:25
Close DB when `close` is called, and free DB object only in destructor.
@alexreg alexreg force-pushed the fix_close_segfault branch from 7171d0e to bc53da4 Compare March 13, 2021 00:31
@alexreg alexreg closed this Feb 21, 2023
@alexreg alexreg deleted the fix_close_segfault branch February 21, 2023 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Crash when iterating over column family records
1 participant