Re: [GSoC][PATCH v3 00/11] t: port reftable/block_test.c to the unit testing framework
From: Junio C Hamano <hidden> Date: 2024-08-22 18:01:07
Patrick Steinhardt [off-list ref] writes:
quoted
- Use block_source_from_strbuf() instead of malloc_block_source()
in log, obj, and index block tests (patches 9, 10, 11).
- Remove a line that causes a memory leak in obj test (patch 10).
This addresses all comments I had on the preceding version and
plugs the memory leak. So this looks good to me, thanks!