git_setup_gettext: plug memory leak
commit0210231b0803f881bf765bb2d7284c119c6ce9b6
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 21 Apr 2018 11:14:28 +0000 (21 13:14 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 24 Apr 2018 02:12:32 +0000 (24 11:12 +0900)
tree27ab762dcb97879f01db6cad5964af5b83b72871
parentcc5e1bf992470e0d514c743e75a0325c8b592f38
git_setup_gettext: plug memory leak

The system_path() function returns a freshly-allocated string. We need
to release it.

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