Changeset 55565 in vbox
- Timestamp:
- Apr 30, 2015 3:40:23 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/localipc-win.cpp
r55563 r55565 353 353 size_t cchName = strlen(pszName); 354 354 size_t cbThis = RT_OFFSETOF(RTLOCALIPCSERVERINT, szName[cchName + sizeof(RTLOCALIPC_WIN_PREFIX)]); 355 PRTLOCALIPCSERVERINT pThis = (PRTLOCALIPCSERVERINT)RTMemAlloc (RT_ALIGN(cbThis, sizeof(void *)));355 PRTLOCALIPCSERVERINT pThis = (PRTLOCALIPCSERVERINT)RTMemAllocVar(cbThis); 356 356 if (!pThis) 357 357 return VERR_NO_MEMORY;
Note:
See TracChangeset
for help on using the changeset viewer.