mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-24 09:05:48 -04:00
shm: free scroll damage before returning cached buffer
This commit is contained in:
parent
9b339a35f0
commit
0433ba8477
1 changed files with 2 additions and 0 deletions
2
shm.c
2
shm.c
|
|
@ -250,6 +250,8 @@ shm_get_buffer(struct wl_shm *shm, int width, int height, unsigned long cookie,
|
||||||
cookie, (void *)&it->item);
|
cookie, (void *)&it->item);
|
||||||
it->item.busy = true;
|
it->item.busy = true;
|
||||||
it->item.purge = false;
|
it->item.purge = false;
|
||||||
|
free(it->item.scroll_damage);
|
||||||
|
it->item.scroll_damage = NULL;
|
||||||
xassert(it->item.pix_instances == pix_instances);
|
xassert(it->item.pix_instances == pix_instances);
|
||||||
cached = &it->item;
|
cached = &it->item;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue