diff options
Diffstat (limited to 'progs')
-rw-r--r-- | progs/fp/fp-tri.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) |