Plug XserverRegion leak.

This commit is contained in:
Kevin Kelley 2015-05-12 13:14:39 -07:00
parent b1889c1245
commit 0e0b35a361
1 changed files with 4 additions and 1 deletions

View File

@ -2106,7 +2106,10 @@ repair_win(session_t *ps, win *w) {
// Why care about damage when screen is unredirected?
// We will force full-screen repaint on redirection.
if (!ps->redirected) return;
if (!ps->redirected) {
free_region(ps, &parts);
return;
}
// Remove the part in the damage area that could be ignored
if (!ps->reg_ignore_expire && w->prev_trans && w->prev_trans->reg_ignore)