mirror of
https://github.com/yshui/picom.git
synced 2024-11-11 13:51:02 -05:00
Fix leaking of root_tile FBConfig
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
parent
24370f44e6
commit
388a7f3ad4
1 changed files with 1 additions and 0 deletions
|
@ -1249,6 +1249,7 @@ void deinit_render(session_t *ps) {
|
|||
ps->damage_ring = ps->damage = NULL;
|
||||
|
||||
#ifdef CONFIG_OPENGL
|
||||
free(ps->root_tile_paint.fbcfg);
|
||||
glx_destroy(ps);
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue