Thomas <tho...@xteddy.org> writes:

> @@ -182,6 +182,9 @@ format_replace(struct format_tree *ft,
>                               goto fail;
>                       value = ptr + 1;
>               }
> +
> +             if ((value_found = format_expand(ft, value)) != NULL)
> +                     value = value_found;
>       } else {
>               value = format_find(ft, copy);
>               if (value == NULL)

Don't you need to free the memory allocated by format_expand()?

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to