mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-12-23 06:11:46 +00:00
[client] egl: free desktop damage after rendering
This commit is contained in:
parent
4954687a52
commit
27e3be3778
1 changed files with 1 additions and 0 deletions
|
@ -1054,6 +1054,7 @@ bool egl_render(void * opaque, LG_RendererRotate rotate, const bool newFrame)
|
|||
}
|
||||
}
|
||||
this->hadOverlay = hasOverlay;
|
||||
free(desktopDamage);
|
||||
|
||||
app_eglSwapBuffers(this->display, this->surface, damage, damageIdx);
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue