From: Junio C Hamano Date: Fri, 12 Sep 2025 17:42:35 +0000 (-0700) Subject: Merge branch 'ne/alloc-free-and-null' into next X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=005f763f970b8fa42865a8656adc19e397aa9002;p=thirdparty%2Fgit.git Merge branch 'ne/alloc-free-and-null' into next The clear_alloc_state() API function was not fully clearing the structure for reuse, but since nobody reuses it, replace it with a variant that frees the structure as well, making the callers simpler. * ne/alloc-free-and-null: alloc: fix dangling pointer in alloc_state cleanup --- 005f763f970b8fa42865a8656adc19e397aa9002