mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 06:08:35 +00:00
TINYGL: make consistent between allocation and free resource
This commit is contained in:
parent
6afed33017
commit
f039ccd474
@ -238,7 +238,7 @@ void glClose() {
|
||||
endSharedState(c);
|
||||
gl_free(c->vertex);
|
||||
|
||||
gl_free(c);
|
||||
delete c;
|
||||
}
|
||||
|
||||
} // end of namespace TinyGL
|
||||
|
Loading…
Reference in New Issue
Block a user