projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71ac955
)
progs/fp: close file (bug 26559)
author
Brian Paul
<brianp@vmware.com>
Sun, 14 Feb 2010 16:51:49 +0000
(09:51 -0700)
committer
Brian Paul
<brianp@vmware.com>
Sun, 14 Feb 2010 17:05:42 +0000
(10:05 -0700)
progs/fp/fp-tri.c
patch
|
blob
|
history
diff --git
a/progs/fp/fp-tri.c
b/progs/fp/fp-tri.c
index 70676d4c400c14a0b6cb50704e7e56a2a3c04781..e45a799a00eb639d47c367616c7fd99538d1853d 100644
(file)
--- 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)