mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-25 14:57:20 +00:00
[client] egl: make the last eglDestroyImage call indirect
Missed this one in the last PR.
This commit is contained in:
parent
072c54977e
commit
4a76401c34
@ -48,7 +48,7 @@ static void egl_texDMABUFCleanup(TexDMABUF * this)
|
|||||||
{
|
{
|
||||||
struct FdImage * image;
|
struct FdImage * image;
|
||||||
vector_forEachRef(image, &this->images)
|
vector_forEachRef(image, &this->images)
|
||||||
eglDestroyImage(this->display, image->image);
|
g_egl_dynProcs.eglDestroyImage(this->display, image->image);
|
||||||
vector_clear(&this->images);
|
vector_clear(&this->images);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user