Changeset 32499 in vbox
- Timestamp:
- Sep 15, 2010 8:30:57 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/pack/packspu_net.c
r20084 r32499 120 120 CRPackBuffer *buf; 121 121 122 crLockMutex(&_PackMutex); 123 122 124 /* we should _always_ pass a valid <arg> value */ 123 125 CRASSERT(thread); … … 143 145 crPackSetBuffer( thread->packer, buf ); 144 146 crPackResetPointers(thread->packer); 147 crUnlockMutex(&_PackMutex); 145 148 return; 146 149 } … … 169 172 170 173 crPackResetPointers(thread->packer); 171 (void) arg; 174 175 crUnlockMutex(&_PackMutex); 172 176 } 173 177
Note:
See TracChangeset
for help on using the changeset viewer.