fsmonitor: avoid memory leak in `fsm_settings__get_incompatible_msg()`
commit5a09991e32f3487702bd032703bacba1c4c46612
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 15 Jun 2022 23:35:36 +0000 (15 23:35 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 16 Jun 2022 20:22:03 +0000 (16 13:22 -0700)
tree9acdc7648fbdb18f4487a74895e4f5aba1cd86b9
parent8168d5e9c23ed44ae3d604f392320d66556453c9
fsmonitor: avoid memory leak in `fsm_settings__get_incompatible_msg()`

Reported by Coverity.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
fsmonitor-settings.c