List for cgit developers and users
 help / color / mirror / Atom feed
* [CGit] [PATCH v2 1/6] source_filter: fix a memory leak
       [not found] ` <1299198695-23215-2-git-send-email-mailings@hupie.com>
@ 2011-03-06 14:40   ` hjemli
  0 siblings, 0 replies; only message in thread
From: hjemli @ 2011-03-06 14:40 UTC (permalink / raw)


On Fri, Mar 4, 2011 at 01:31, Ferry Huberts <mailings at hupie.com> wrote:
> diff --git a/ui-tree.c b/ui-tree.c
> index 0b1b531..442b6be 100644
> --- a/ui-tree.c
> +++ b/ui-tree.c
> @@ -48,6 +48,8 @@ static void print_text_buffer(const char *name, char *buf, unsigned long size)
> ? ? ? ? ? ? ? ?cgit_open_filter(ctx.repo->source_filter);
> ? ? ? ? ? ? ? ?html_raw(buf, size);
> ? ? ? ? ? ? ? ?cgit_close_filter(ctx.repo->source_filter);
> + ? ? ? ? ? ? ? free(ctx.repo->source_filter->argv[1]);
> + ? ? ? ? ? ? ? ctx.repo->source_filter->argv[1] = NULL;
> ? ? ? ? ? ? ? ?html("</code></pre></td></tr></table>\n");
> ? ? ? ? ? ? ? ?return;
> ? ? ? ?}

Thanks, will apply.

--
larsh




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-03-06 14:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1299198695-23215-1-git-send-email-mailings@hupie.com>
     [not found] ` <1299198695-23215-2-git-send-email-mailings@hupie.com>
2011-03-06 14:40   ` [CGit] [PATCH v2 1/6] source_filter: fix a memory leak hjemli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).