VirtualBox

Ignore:
Timestamp:
Sep 9, 2008 1:35:38 PM (16 years ago)
Author:
vboxsync
Message:

SupDrv: Fixed a fast mutex leak (mtxComponentFactory). (Introduced with the new HIF networking in 2.0.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDrv.c

    r12109 r12293  
    479479    RTSpinlockDestroy(pDevExt->Spinlock);
    480480    pDevExt->Spinlock = NIL_RTSPINLOCK;
     481    RTSemFastMutexDestroy(pDevExt->mtxComponentFactory);
     482    pDevExt->mtxComponentFactory = NIL_RTSEMFASTMUTEX;
    481483
    482484    /*
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