Changeset 94834 in vbox
- Timestamp:
- May 5, 2022 7:51:01 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 151232
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-dx-savedstate.cpp
r94831 r94834 230 230 * DX contexts 231 231 */ 232 p3dState->papDXContexts = (PVMSVGA3DDXCONTEXT *)RTMemAlloc(p3dState->cDXContexts * sizeof( VMSVGA3DDXCONTEXT));232 p3dState->papDXContexts = (PVMSVGA3DDXCONTEXT *)RTMemAlloc(p3dState->cDXContexts * sizeof(PVMSVGA3DDXCONTEXT)); 233 233 AssertReturn(p3dState->papDXContexts, VERR_NO_MEMORY); 234 234 for (uint32_t i = 0; i < p3dState->cDXContexts; ++i)
Note:
See TracChangeset
for help on using the changeset viewer.