new backends: xrender: fix memory leak

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui
2019-04-20 05:33:13 +01:00
parent f93f697759
commit 468fb637b6
2 changed files with 2 additions and 2 deletions

View File

@ -1577,8 +1577,7 @@ static void reset_enable(EV_P_ ev_signal *w, int revents) {
static void exit_enable(EV_P_ ev_signal *w, int revents) {
session_t *ps = session_ptr(w, int_signal);
log_info("compton is quitting...");
ps->quit = true;
ev_break(ps->loop, EVBREAK_ALL);
quit_compton(ps);
}
/**