Skip to content

issue #17 corrections (tidesdb-rs v0.6.1) PATCH#18

Merged
guycipher merged 1 commit intomasterfrom
0-6-1
Mar 8, 2026
Merged

issue #17 corrections (tidesdb-rs v0.6.1) PATCH#18
guycipher merged 1 commit intomasterfrom
0-6-1

Conversation

@guycipher
Copy link
Member

@guycipher guycipher commented Mar 6, 2026

corrected allocator mismatch bug in tidesdb-rs by replacing all hardcoded libc::free calls with ffi::tidesdb_free in transaction get and list_column_families, ensuring c-allocated buffers are freed through the configured allocator instead of the system allocator. this resolves cross-allocator issues for embedders like redis modules that use custom memory allocators via init_with_allocator. bump version to 0.6.1 and update contact email.

…ibc::free calls with ffi::tidesdb_free in transaction get and list_column_families, ensuring c-allocated buffers are freed through the configured allocator instead of the system allocator. this resolves cross-allocator issues for embedders like redis modules that use custom memory allocators via init_with_allocator. bump version to 0.6.1 and update contact email
@guycipher guycipher self-assigned this Mar 6, 2026
@guycipher guycipher changed the title issue #17 fix allocator mismatch bug in tidesdb-rs by replacing all hardcoded l… issue #17 corrections (tidesdb-rs v0.6.1) Mar 6, 2026
@guycipher guycipher changed the title issue #17 corrections (tidesdb-rs v0.6.1) issue #17 corrections (tidesdb-rs v0.6.1) PATCH Mar 6, 2026
@gkorland
Copy link

gkorland commented Mar 8, 2026

looks good, thanks!

@guycipher guycipher merged commit 46d14a3 into master Mar 8, 2026
4 checks passed
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.

2 participants