VirtualBox

Changeset 72054 in vbox for trunk/src/VBox/Devices/VMMDev


Ignore:
Timestamp:
Apr 27, 2018 9:18:51 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
122405
Message:

*: RTListMove no longer need the call to init the destination list to workaround buggy behavior when when the source is empty.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/VMMDev/VMMDevHGCM.cpp

    r71931 r72054  
    18221822    /* Get local copy of the list of loaded commands. */
    18231823    RTLISTANCHOR listLoadedCommands;
    1824     RTListInit(&listLoadedCommands); /* RTListMove does not touch the destination is the source list is empty. */
    18251824    RTListMove(&listLoadedCommands, &pThis->listHGCMCmd);
    18261825
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