remove invalid assertion in _glapi_get_dispatch(), fixes additional thread safety problem
This commit is contained in:
@@ -337,7 +337,6 @@ _glapi_get_dispatch(void)
|
|||||||
api = _glapi_Dispatch;
|
api = _glapi_Dispatch;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
assert( api != NULL );
|
|
||||||
return api;
|
return api;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user