Am 21.11.20 um 23:57 schrieb Junio C Hamano: > * rs/chdir-notify-unleak (2020-11-16) 1 commit > - chdir-notify: UNLEAK registrated callback entries > > Mark some stuff on list_head chain with UNLEAK() macro to squelch > leak checker. > > Will merge to 'next'. Please drop this one, it's too weak. We can get the same effect by reordering the struct members, but a better solution would be to actually free the allocations on exit. René