1
0
Fork 0
mirror of https://github.com/yshui/picom.git synced 2024-11-03 04:33:49 -05:00

Fix non-opengl build

Oops

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui 2020-11-03 19:03:07 +00:00
parent c9f75a53d9
commit 248bffede7
No known key found for this signature in database
GPG key ID: 37C999F617EA1A47

View file

@ -2226,7 +2226,10 @@ static void session_destroy(session_t *ps) {
unredirect(ps); unredirect(ps);
} }
#ifdef CONFIG_OPENGL
free(ps->argb_fbconfig); free(ps->argb_fbconfig);
ps->argb_fbconfig = NULL;
#endif
file_watch_destroy(ps->loop, ps->file_watch_handle); file_watch_destroy(ps->loop, ps->file_watch_handle);
ps->file_watch_handle = NULL; ps->file_watch_handle = NULL;