Changeset 28214 in vbox for trunk/src/VBox/Main
- Timestamp:
- Apr 12, 2010 3:20:11 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r28212 r28214 4992 4992 /* do not unnecessarily hold the lock while doing something which does 4993 4993 * not need the lock and potentially takes a long time. */ 4994 alock. leave();4994 alock.release(); 4995 4995 4996 4996 size_t cbData = (size_t)RT_MIN(aSize, 2048);
Note:
See TracChangeset
for help on using the changeset viewer.