VirtualBox

Changeset 62061 in vbox for trunk/src


Ignore:
Timestamp:
Jul 6, 2016 3:03:34 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
108531
Message:

crOpenGL: don't use a variable before checking it for NULL.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/crOpenGL/dri_util.c

    r33540 r62061  
    163163                          __DRIdrawable *prp)
    164164{
    165     __DRIscreenPrivate *psp = pcp->driScreenPriv;
     165    __DRIscreenPrivate *psp;
    166166
    167167    /*
     
    187187    */
    188188
     189    psp = pcp->driScreenPriv;
    189190    if (psp->dri2.enabled) {
    190191       __driParseEvents(pcp, pdp);
Note: See TracChangeset for help on using the changeset viewer.

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