summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-02-14 09:51:49 -0700
committerBrian Paul <brianp@vmware.com>2010-02-14 10:05:42 -0700
commite84eec0003d162594c3468dc7774c2b7df9fcae2 (patch)
tree3079491e45bb91b7cd352824235557efdbeb1e96 /progs
parent71ac9551c49387813fcf3e6e88778081bf7306fe (diff)
progs/fp: close file (bug 26559)
Diffstat (limited to 'progs')
-rw-r--r--progs/fp/fp-tri.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/fp/fp-tri.c b/progs/fp/fp-tri.c
index 70676d4c40..e45a799a00 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)