Esempio n. 1
0
void
_glapi_destroy_multithread(void)
{
   u_current_destroy();
}
Esempio n. 2
0
void
_glapi_destroy(void)
{
   u_current_destroy();
   stub_cleanup_dynamic();
}