mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-23 08:38:08 +02:00
wgl: Call pipe_screen::destroy on exit.
This commit is contained in:
parent
526e845145
commit
b9c5e41688
1 changed files with 3 additions and 3 deletions
|
|
@ -108,11 +108,11 @@ st_cleanup(void)
|
|||
|
||||
pipe_mutex_destroy( stw_dev->mutex );
|
||||
|
||||
if(stw_dev) {
|
||||
stw_dev->screen->destroy(stw_dev->screen);
|
||||
|
||||
#ifdef DEBUG
|
||||
debug_memory_end(stw_dev->memdbg_no);
|
||||
debug_memory_end(stw_dev->memdbg_no);
|
||||
#endif
|
||||
}
|
||||
|
||||
stw_dev = NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue