Changeset 67135 in vbox for trunk/src/VBox
- Timestamp:
- May 29, 2017 9:05:24 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Disassembler/testcase/tstDisasm-2.cpp
r62728 r67135 673 673 */ 674 674 rc = MyDisasmBlock(argv0, enmCpuMode, uAddress, uHighlightAddr, (uint8_t *)pvFile, cbFile, enmStyle, fListing, enmUndefOp); 675 RTFileReadAllFree(pvFile, cbFile); 675 676 if (RT_FAILURE(rc)) 676 677 break;
Note:
See TracChangeset
for help on using the changeset viewer.