On 20 January 2017 at 00:19, Samuel Pitoiset <samuel.pitoi...@gmail.com> wrote:
> Signed-off-by: Samuel Pitoiset <samuel.pitoi...@gmail.com>
> ---
>  src/gallium/auxiliary/hud/hud_cpufreq.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/src/gallium/auxiliary/hud/hud_cpufreq.c 
> b/src/gallium/auxiliary/hud/hud_cpufreq.c
> index 19a6f08c4f..78754b28a9 100644
> --- a/src/gallium/auxiliary/hud/hud_cpufreq.c
> +++ b/src/gallium/auxiliary/hud/hud_cpufreq.c
> @@ -149,6 +149,7 @@ hud_cpufreq_graph_install(struct hud_pane *pane, int 
> cpu_index,
>        break;
>     case CPUFREQ_MAXIMUM:
>        snprintf(gr->name, sizeof(gr->name), "%s-Max", cfi->name);
> +      break;
>     default:
Hit me just as I pressed enter - we're leaking in the default path.
Worth fixing with follow-up patch ?

-Emil
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to