VirtualBox

Changeset 70883 in vbox


Ignore:
Timestamp:
Feb 6, 2018 12:47:37 PM (7 years ago)
Author:
vboxsync
Message:

FE/Qt bugref:6699 Make sure temp. object is around

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMainEventListener.cpp

    r70882 r70883  
    431431        {
    432432            CGuestSessionRegisteredEvent cEvent(pEvent);
    433             emit sigGuestSessionRegistered(cEvent.GetSession());
     433            CGuestSession guestSession = cEvent.GetSession();
     434            emit sigGuestSessionRegistered(guestSession);
     435
    434436            break;
    435437        }
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