mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
rbug: fix rbug when contexts are being destroyed
This commit is contained in:
parent
fa11c400d0
commit
1c2423999e
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ rbug_destroy(struct pipe_context *_pipe)
|
|||
struct rbug_context *rb_pipe = rbug_context(_pipe);
|
||||
struct pipe_context *pipe = rb_pipe->pipe;
|
||||
|
||||
remove_from_list(&rb_pipe->list);
|
||||
pipe->destroy(pipe);
|
||||
|
||||
FREE(rb_pipe);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue