Clean up FIFO threads on 2D cards on exit/reset. Patch from bit.

This commit is contained in:
SarahW 2017-04-12 20:46:21 +01:00
commit c466cfa24b
5 changed files with 20 additions and 0 deletions

View file

@ -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);
}