Commits


Max Burke authored and Paddy Horan committed 147264f2c0a
ARROW-9176: [Rust] Fix for memory leaks in Arrow allocator If realloc is passed a block of size zero, free the block and return the address of the bypass block. Closes #7480 from maxburke/rust_memory_leaks Authored-by: Max Burke <max@urbanlogiq.com> Signed-off-by: Paddy Horan <paddyhoran@hotmail.com>