diff -r 8fc6f4cdc5b0 -r 7822ffe65848 docs/Writerside/topics/about.md --- a/docs/Writerside/topics/about.md Sat Dec 06 15:50:55 2025 +0100 +++ b/docs/Writerside/topics/about.md Sat Dec 06 15:55:53 2025 +0100 @@ -31,7 +31,8 @@ * adds cx_system_page_size() to allocator.h * changes cxBufferReserve() to allow reducing the capacity * changes the members of CxJson and CxJsonValue -* fix that cxReallocate(), cxReallocateArray(), cx_reallocate(), and cx_reallocatearray() +* fixes critical memory leak when using cxMapFree() on a kv-list that is using destructors +* fixes that cxReallocate(), cxReallocateArray(), cx_reallocate(), and cx_reallocatearray() were not returning zero after freeing the memory when passed a size of zero ### Version 3.2 - 2025-11-30 {collapsible="true"}