Changeset 46353 in vbox for trunk/src/VBox/GuestHost
- Timestamp:
- Jun 1, 2013 4:50:37 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/util/blitter.cpp
r46343 r46353 88 88 if (pBlitter->Flags.CtxCreated) 89 89 pBlitter->pDispatch->DestroyContext(pBlitter->CtxInfo.Base.id); 90 memset(pBlitter, 0, sizeof ( pBlitter));90 memset(pBlitter, 0, sizeof (*pBlitter)); 91 91 } 92 92
Note:
See TracChangeset
for help on using the changeset viewer.