Changeset 55703 in vbox for trunk/src/VBox
- Timestamp:
- May 7, 2015 12:21:29 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/ldr/ldrPE.cpp
r53877 r55703 3601 3601 } 3602 3602 RTMemTmpFree(pFirst); 3603 if (RT_FAILURE(rc) )3603 if (RT_FAILURE(rc) && !(fFlags & RTLDR_O_FOR_DEBUG)) 3604 3604 return rc; 3605 3605 } 3606 3607 3606 3608 3607 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.