VirtualBox

Changeset 46652 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Jun 19, 2013 12:09:03 PM (11 years ago)
Author:
vboxsync
Message:

Main/glue/EventQueue: missing initialization and indentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/glue/EventQueue.cpp

    r46649 r46652  
    5858        (*it)->Release();
    5959        it = mEvents.erase(it);
    60             }
     60    }
    6161}
    6262
     
    9595            int rc2 = RTCritSectLeave(&mCritSect);
    9696            AssertRC(rc2);
    97     }
    98     }
     97        }
     98    }
     99    else
     100        fWait = false;
    99101
    100102    if (fWait)
     
    129131                pEvent->handler();
    130132                pEvent->Release();
    131     }
    132     else
    133     {
     133            }
     134            else
     135            {
    134136                int rc2 = RTCritSectLeave(&mCritSect);
    135137                if (RT_SUCCESS(rc))
    136138                    rc = rc2;
    137         }
    138     }
     139            }
     140        }
    139141    }
    140142
     
    168170    if (RT_SUCCESS(rc))
    169171    {
    170        try
     172        try
    171173        {
    172174            if (pEvent)
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