wgl: Call pipe_screen::destroy on exit.

This commit is contained in:
José Fonseca 2009-02-19 12:58:00 +00:00
parent 526e845145
commit b9c5e41688
1 changed files with 3 additions and 3 deletions

View File

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