VirtualBox

Changeset 33310 in vbox


Ignore:
Timestamp:
Oct 21, 2010 2:16:13 PM (14 years ago)
Author:
vboxsync
Message:

Storage: memory leak

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/VBoxHDD.cpp

    r33259 r33310  
    37823782        AssertMsg(pDisk->u32Signature == VBOXHDDDISK_SIGNATURE, ("u32Signature=%08x\n", pDisk->u32Signature));
    37833783        VDCloseAll(pDisk);
     3784        RTCritSectDelete(&pDisk->CritSect);
    37843785        RTMemCacheDestroy(pDisk->hMemCacheIoCtx);
    37853786        RTMemCacheDestroy(pDisk->hMemCacheIoTask);
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