Re: [Mesa-dev] [PATCH 2/3] gallium/hud: close a previously opened handle

2016-11-07 Thread Steven Toth
On Mon, Oct 24, 2016 at 10:10 AM, Steven Toth wrote: > We're missing the closedir() to the matching opendir(). > > Signed-off-by: Steven Toth A humble ping on this and the two others. - Steve -- Steven Toth - Kernel Labs http://www.kernellabs.com > --- > src/gallium/auxiliary/hud/hud_cpufre

[Mesa-dev] [PATCH 2/3] gallium/hud: close a previously opened handle

2016-10-24 Thread Steven Toth
We're missing the closedir() to the matching opendir(). Signed-off-by: Steven Toth --- src/gallium/auxiliary/hud/hud_cpufreq.c | 1 + src/gallium/auxiliary/hud/hud_diskstat.c | 5 - src/gallium/auxiliary/hud/hud_nic.c | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a