Changeset 103397 in vbox
- Timestamp:
- Feb 16, 2024 10:10:27 AM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/VUSBUrb.cpp
r100518 r103397 722 722 return false; 723 723 } 724 if (pExtra != pNew) 724 if (pExtra != pNew) /* (parfait is wrong about pNew leak here) */ 725 725 { 726 726 LogFunc(("Reallocated %u -> %u\n", pExtra->cbMax, cbReq));
Note:
See TracChangeset
for help on using the changeset viewer.