Changeset 17919 in vbox for trunk/src/VBox/Additions/common/crOpenGL/load.c
- Timestamp:
- Mar 16, 2009 11:19:58 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/load.c
r17839 r17919 220 220 stub.spu = NULL; 221 221 222 #ifndef Linux 222 223 crUnloadOpenGL(); 224 #endif 223 225 224 226 crNetTearDown(); … … 237 239 static void stubSPUSafeTearDown(void) 238 240 { 241 if (!stub_initialized) return; 242 stub_initialized = 0; 243 239 244 #ifdef CHROMIUM_THREADSAFE 240 245 CRmutex *mutex = &stub.mutex;
Note:
See TracChangeset
for help on using the changeset viewer.