builtin/: add UNLEAKs
authorMartin Ågren <martin.agren@gmail.com>
Sun, 1 Oct 2017 17:42:08 +0000 (19:42 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 2 Oct 2017 04:03:10 +0000 (13:03 +0900)
Add some UNLEAKs where we are about to return from `cmd_*`. UNLEAK the
variables in the same order as we've declared them. While addressing
`msg` in builtin/tag.c, convert the existing `strbuf_release()` calls as
well.

Signed-off-by: Martin Ågren <martin.agren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found