From: Brian Paul Date: Sun, 14 Feb 2010 16:51:49 +0000 (-0700) Subject: progs/fp: close file (bug 26559) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e84eec0003d162594c3468dc7774c2b7df9fcae2;p=mesa.git progs/fp: close file (bug 26559) --- diff --git a/progs/fp/fp-tri.c b/progs/fp/fp-tri.c index 70676d4c400..e45a799a00e 100644 --- a/progs/fp/fp-tri.c +++ b/progs/fp/fp-tri.c @@ -188,6 +188,7 @@ static void Init( void ) } glClearColor(.1, .3, .5, 0); + fclose(f); } static void Reshape(int width, int height)