]> git.cameronkatri.com Git - cgit.git/commit
ui-tag: clean up taginfo
authorJohn Keeping <john@keeping.me.uk>
Sat, 13 Aug 2016 10:53:24 +0000 (11:53 +0100)
committerJohn Keeping <john@keeping.me.uk>
Sat, 1 Oct 2016 10:46:55 +0000 (11:46 +0100)
commitf80b73fa20d5c884114b971a20e1b4bb847e054e
tree1b71bedaef26cc193cbeb64bd2f80b5ea64c8cee
parentb19d889f6cb2b8ded469c1676dddb3c71751b0ee
ui-tag: clean up taginfo

Free the taginfo when we're done with it.  Also reduce the scope of a
couple of variables so that it's clear that this is the only path that
uses the taginfo structure.

Coverity-Id: 141883
Signed-off-by: John Keeping <john@keeping.me.uk>
ui-tag.c