Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[cppapi] Use the right API to free stats strings. (#5366)
[SC-59016](https://app.shortcut.com/tiledb-inc/story/59016/cppapi-getting-context-and-query-stats-should-not-use-free) 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.
- Loading branch information