Patrick Steinhardt <ps@xxxxxx> writes: > On Fri, May 09, 2025 at 07:44:46AM +0000, Lidong Yan via GitGitGadget wrote: >> From: Lidong Yan <502024330056@xxxxxxxxxxxxxxxx> >> >> REFTABLE_REALLOC_ARRAY will cause memory leak if realloc failed. >> Since it is unused, remove this unsafe macro. > > This looks good to me, thanks! Alright. As long as we do not foresee adding a new caller of this in the near future, removal is always preferred ;-) Thanks.