Changeset 89356 in vbox for trunk/src/VBox
- Timestamp:
- May 28, 2021 1:20:59 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA-cmd.cpp
r89121 r89356 6508 6508 we do so if the new size is smaller than the current. */ 6509 6509 /** @todo always free the descriptor in SVGA_CMD_DEFINE_GMR2? */ 6510 if (pGMR->cbTotal / X86_PAGE_SIZE > p GMR->cMaxPages)6510 if (pGMR->cbTotal / X86_PAGE_SIZE > pCmd->numPages) 6511 6511 vmsvgaR3GmrFree(pThisCC, pCmd->gmrId); 6512 6512
Note:
See TracChangeset
for help on using the changeset viewer.