mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 04:48:08 +02:00
mesa: Clear cache->trans after destroying the transfer.
This commit is contained in:
parent
e80d330419
commit
50e38b0878
1 changed files with 1 additions and 0 deletions
|
|
@ -624,6 +624,7 @@ st_flush_bitmap_cache(struct st_context *st)
|
|||
cache->buffer = NULL;
|
||||
|
||||
screen->tex_transfer_destroy(cache->trans);
|
||||
cache->trans = NULL;
|
||||
|
||||
draw_bitmap_quad(st->ctx,
|
||||
cache->xpos,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue