mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 16:18:58 +00:00
oops, forgot to make sure the gl program is actually free'd.
This commit is contained in:
parent
e3854ded73
commit
108722bed0
2 changed files with 4 additions and 0 deletions
|
@ -100,6 +100,7 @@ public:
|
|||
void FreeProgram()
|
||||
{
|
||||
delete [] binary;
|
||||
binary = NULL;
|
||||
}
|
||||
|
||||
GLint Size()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue