VirtualBox

Changeset 107574 in vbox for trunk


Ignore:
Timestamp:
Jan 9, 2025 9:37:34 AM (10 days ago)
Author:
vboxsync
Message:

src/VBox/Main/src-client/GuestProcessImpl.cpp: Fixed warnings found by Parfait (assignment unused). jiraref:VBP-1424

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp

    r106061 r107574  
    21372137         * still can hold references to it. */
    21382138        AssertPtr(mSession);
    2139         int vrc2 = mSession->i_processUnregister(this);
    2140         if (RT_SUCCESS(vrc))
    2141             vrc = vrc2;
     2139        mSession->i_processUnregister(this);
    21422140    }
    21432141
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