VirtualBox

Changeset 35844 in vbox


Ignore:
Timestamp:
Feb 3, 2011 5:53:59 PM (14 years ago)
Author:
vboxsync
Message:

crOpenGL: fix possible deadlock

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/crOpenGL/pack/packspu_misc.c

    r34887 r35844  
    134134                && pack_spu.thread[i].packer && pack_spu.thread[i].packer->currentBuffer)
    135135            {
     136                crUnlockMutex(&_PackMutex);
    136137                packspuFlush((void *) &pack_spu.thread[i]);
    137138                break;
     
    145146             */
    146147            thread->netServer.conn->u32InjectClientID=0;
    147         }
    148         crUnlockMutex(&_PackMutex);
     148            crUnlockMutex(&_PackMutex);
     149        }
    149150
    150151        packspuFlush((void *) thread);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette