gpg-interface: provide clear helper for struct signature_check
commit01e57b5d91b0c9f2ac93708c5c2cbcd4731ddd34
authorMichael J Gruber <git@drmicha.warpmail.net>
Mon, 23 Jun 2014 07:05:47 +0000 (23 09:05 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 23 Jun 2014 22:50:29 +0000 (23 15:50 -0700)
tree6cac8943a32b4a22c3c4e78d41a538f77b78a590
parent0953113bb5687f42bcdfc3d20dd3a125784ad383
gpg-interface: provide clear helper for struct signature_check

The struct has been growing members whose malloced memory needs to be
freed. Do this with one helper function so that no malloced memory shall
be left unfreed.

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/merge.c
gpg-interface.c
gpg-interface.h
pretty.c