Changeset 781 in vbox
- Timestamp:
- Feb 8, 2007 3:00:31 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 18446
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/DisplayImpl.cpp
r470 r781 1192 1192 if (pVM.isOk()) 1193 1193 { 1194 /* Must leave the lock here because the changeFramebuffer will also obtain it. */ 1195 lock.leave (); 1196 1194 1197 /* send request to the EMT thread */ 1195 1198 PVMREQ pReq = NULL; … … 1201 1204 vrc = pReq->iStatus; 1202 1205 VMR3ReqFree (pReq); 1206 1207 lock.enter (); 1203 1208 1204 1209 ComAssertRCRet (vrc, E_FAIL);
Note:
See TracChangeset
for help on using the changeset viewer.