Changeset 64253 in vbox
- Timestamp:
- Oct 13, 2016 2:22:17 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 111263
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DrvHostBase-win.cpp
r64252 r64253 251 251 DECLHIDDEN(void) drvHostBaseDestructOs(PDRVHOSTBASE pThis) 252 252 { 253 if (pThis->EventPoller != NULL)254 {255 RTSemEventDestroy(pThis->EventPoller);256 pThis->EventPoller = NULL;257 }258 259 253 if (pThis->hwndDeviceChange) 260 254 {
Note:
See TracChangeset
for help on using the changeset viewer.