Changeset 53543 in vbox for trunk/src/VBox
- Timestamp:
- Dec 15, 2014 9:14:23 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r53528 r53543 5831 5831 5832 5832 # ifdef VBOX_WITH_VDMA 5833 vboxVDMADestruct(pThis->pVdma); 5833 if (pThis->pVdma) 5834 vboxVDMADestruct(pThis->pVdma); 5834 5835 # endif 5835 5836
Note:
See TracChangeset
for help on using the changeset viewer.