mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 06:20:09 +01:00
progs/fp: close file (bug 26559)
This commit is contained in:
parent
71ac9551c4
commit
e84eec0003
1 changed files with 1 additions and 0 deletions
|
|
@ -188,6 +188,7 @@ static void Init( void )
|
|||
}
|
||||
|
||||
glClearColor(.1, .3, .5, 0);
|
||||
fclose(f);
|
||||
}
|
||||
|
||||
static void Reshape(int width, int height)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue