Changeset 65705 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Feb 9, 2017 4:48:34 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/dbg/dbgas.cpp
r62477 r65705 342 342 pDbgAs->papModules[i] = NULL; 343 343 } 344 RTSemRWDestroy(pDbgAs->hLock); 345 pDbgAs->hLock = NIL_RTSEMRW; 344 346 RTMemFree(pDbgAs->papModules); 345 347 pDbgAs->papModules = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.