mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-20 01:15:08 -05:00
oops, forgot to make sure the gl program is actually free'd.
This commit is contained in:
committed by
Sonicadvance1
parent
e3854ded73
commit
108722bed0
@@ -100,6 +100,7 @@ public:
|
||||
void FreeProgram()
|
||||
{
|
||||
delete [] binary;
|
||||
binary = NULL;
|
||||
}
|
||||
|
||||
GLint Size()
|
||||
|
||||
Reference in New Issue
Block a user