Clean up FIFO threads on 2D cards on exit/reset. Patch from bit.
This commit is contained in:
parent
345f83cb2a
commit
c466cfa24b
5 changed files with 20 additions and 0 deletions
|
|
@ -2264,6 +2264,10 @@ void s3_close(void *p)
|
|||
|
||||
svga_close(&s3->svga);
|
||||
|
||||
thread_kill(s3->fifo_thread);
|
||||
thread_destroy_event(s3->wake_fifo_thread);
|
||||
thread_destroy_event(s3->fifo_not_full_event);
|
||||
|
||||
free(s3);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue