Changeset 49449 in vbox for trunk/src/VBox
- Timestamp:
- Nov 12, 2013 12:19:26 PM (11 years ago)
- Location:
- trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxD3DIf.cpp
r49244 r49449 975 975 Assert(hostID == usedHostId); 976 976 } 977 978 pSurfIf->Release();979 pSurfIf = NULL;980 977 } 981 978 else 982 979 WARN(("pfnVBoxWineExD3DSurf9GetHostId failed, hr 0x%x", hr)); 983 980 981 pSurfIf->Release(); 982 pSurfIf = NULL; 983 984 984 return pAlloc->pD3DIf; 985 985 } -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispD3D.cpp
r49244 r49449 4249 4249 break; 4250 4250 } 4251 pSurfIf->Release(); 4251 4252 } 4252 4253 else … … 4531 4532 { 4532 4533 pAdapter->D3D.D3D.pfnVBoxWineExD3DSurf9SyncToHost(pSrcSurfIf); 4534 pSrcSurfIf->Release(); 4533 4535 } 4534 4536 else -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispDbg.cpp
r49263 r49449 320 320 } 321 321 } 322 323 pSurf->Release(); 322 324 } 323 325
Note:
See TracChangeset
for help on using the changeset viewer.