Changeset 35844 in vbox
- Timestamp:
- Feb 3, 2011 5:53:59 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/pack/packspu_misc.c
r34887 r35844 134 134 && pack_spu.thread[i].packer && pack_spu.thread[i].packer->currentBuffer) 135 135 { 136 crUnlockMutex(&_PackMutex); 136 137 packspuFlush((void *) &pack_spu.thread[i]); 137 138 break; … … 145 146 */ 146 147 thread->netServer.conn->u32InjectClientID=0; 147 }148 crUnlockMutex(&_PackMutex);148 crUnlockMutex(&_PackMutex); 149 } 149 150 150 151 packspuFlush((void *) thread);
Note:
See TracChangeset
for help on using the changeset viewer.