VirtualBox

Changeset 59573 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 3, 2016 5:53:51 PM (9 years ago)
Author:
vboxsync
Message:

bugref:8087: Additions/x11: support non-root X server: fix a (correct) use of uninitialised variable warning in an error path.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/drm/vbox_main.c

    r59568 r59573  
    504504    drm_gem_object_unreference(obj);
    505505    ret = 0;
     506    LogFunc(("vboxvideo: %d: bo=%p, *offset=%llu\n", __LINE__,
     507             bo, (unsigned long long)*offset));
    506508out_unlock:
    507509    mutex_unlock(&dev->struct_mutex);
    508     LogFunc(("vboxvideo: %d: bo=%p, offset=%llu\n", __LINE__,
    509              bo, (unsigned long long)*offset));
    510510    return ret;
    511511
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