Changeset 49503 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Nov 15, 2013 1:13:05 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r49502 r49503 721 721 && pCtx->fVerbose) 722 722 RTPrintf("Guest session detached\n"); 723 #ifdef DEBUG 724 ULONG cRefs = pCtx->pGuestSession->AddRef(); 725 RTPrintf("cRefs=%RU32\n", cRefs - 1); 726 pCtx->pGuestSession->Release(); 727 #endif 723 728 724 pCtx->pGuestSession.setNull(); 729 725 }
Note:
See TracChangeset
for help on using the changeset viewer.