Changeset 43942 in vbox for trunk/src/VBox/HostServices/SharedOpenGL
- Timestamp:
- Nov 22, 2012 4:15:36 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_blitter.cpp
r43932 r43942 42 42 43 43 44 pBlitter->CtxInfo.CreateInfo.pszDpyName = "";44 pBlitter->CtxInfo.CreateInfo.pszDpyName = pCurrentMural->CreateInfo.pszDpyName ? crStrdup(pCurrentMural->CreateInfo.pszDpyName) : NULL; 45 45 pBlitter->CtxInfo.CreateInfo.visualBits = pCurrentMural->CreateInfo.visualBits; 46 46 pBlitter->CtxInfo.SpuContext = cr_server.head_spu->dispatch_table.CreateContext(pBlitter->CtxInfo.CreateInfo.pszDpyName, … … 61 61 { 62 62 cr_server.head_spu->dispatch_table.DestroyContext(pBlitter->CtxInfo.SpuContext); 63 if (pBlitter->CtxInfo.CreateInfo.pszDpyName) 64 crFree(pBlitter->CtxInfo.CreateInfo.pszDpyName); 63 65 } 64 66
Note:
See TracChangeset
for help on using the changeset viewer.