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

[cppapi] Use the right API to free stats strings. #5366

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

teo-tsirpanis
Copy link
Member

SC-59016

This PR updates to use tiledb_stats_free_str instead of free to free stats strings in the C++ API. Will fix failures for cases when the application's and the Core's free functions are different (such as when using debug-mode CRT on Windows with the prebuilt tiledb.dll).


TYPE: BUG
DESC: Fix heap corruption when getting context and query stats from C++ under certain circumstances.

@teo-tsirpanis teo-tsirpanis merged commit b224aee into dev Nov 11, 2024
64 checks passed
@teo-tsirpanis teo-tsirpanis deleted the teo/stats-free-str branch November 11, 2024 08:23
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