Changeset 73401 in vbox for trunk/src/VBox/Runtime/common/dbg/dbgmoddeferred.cpp
- Timestamp:
- Jul 31, 2018 8:28:41 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/dbg/dbgmoddeferred.cpp
r73375 r73401 57 57 RTDbgCfgRelease(pThis->hDbgCfg); 58 58 pThis->hDbgCfg = NIL_RTDBGCFG; 59 pThis->uMagic = UINT32_C(0xdeadf00d); 59 60 RTMemFree(pThis); 60 61 } … … 640 641 pDeferred->cbImage = cbImage; 641 642 pDeferred->cRefs = 1 + (pDbgMod->pImgVt == NULL); 643 pDeferred->uMagic = UINT32_C(0xbeef0001); 642 644 if (hDbgCfg != NIL_RTDBGCFG) 643 645 RTDbgCfgRetain(hDbgCfg);
Note:
See TracChangeset
for help on using the changeset viewer.