-
Type: Technical Debt
-
Resolution: Works as Designed
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
2
-
2024-01-09 - I Grew Tired
Clang complains about the following:
../ext/compressors/zstd/zstd_compress.c:351:19: warning: Potential leak of memory pointed to by 'context' [unix.Malloc]
(void)wt_api->err_printf(
We do use calloc to allocate memory here but we don't free the memory.
- is caused by
-
WT-7647 Change Zstandard wrapper to include context management
- Closed