help.c::exclude_cmds(): plug a leak
commit6a17f583f4db98a867d84ca95bbbc4de3cd0feaa
authorJunio C Hamano <gitster@pobox.com>
Wed, 25 Jul 2012 18:01:12 +0000 (25 11:01 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 25 Jul 2012 18:08:59 +0000 (25 11:08 -0700)
tree503306d80c9ded10d2f8309d055350b1f45d63c5
parent4a15758f2ef97970694012cfd6da7c8449bc68c2
help.c::exclude_cmds(): plug a leak

Command name removed from the list of commands via the exclusion
were overwritten and lost without being freed.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
help.c