On Fri, Jun 06, 2014 at 04:15:27PM +0200, Michael J Gruber wrote:

> diff --git a/builtin/merge.c b/builtin/merge.c
> [...]
> +                     free(signature_check.payload);
>                       free(signature_check.gpg_output);
>                       free(signature_check.gpg_status);
>                       free(signature_check.signer);
> [...]
> diff --git a/pretty.c b/pretty.c
> [...]
> +     free(context.signature_check.payload);
>       free(context.signature_check.gpg_output);
>       free(context.signature_check.gpg_status);
>       free(context.signature_check.signer);

Perhaps this is a sign that we need a "signature_check_clear()" helper?

-Peff
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to