VirtualBox

Changeset 46353 in vbox for trunk/src/VBox/GuestHost


Ignore:
Timestamp:
Jun 1, 2013 4:50:37 PM (12 years ago)
Author:
vboxsync
Message:

crOpenGL: fixed bug found by gcc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/util/blitter.cpp

    r46343 r46353  
    8888    if (pBlitter->Flags.CtxCreated)
    8989        pBlitter->pDispatch->DestroyContext(pBlitter->CtxInfo.Base.id);
    90     memset(pBlitter, 0, sizeof (pBlitter));
     90    memset(pBlitter, 0, sizeof (*pBlitter));
    9191}
    9292
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette