VirtualBox

Changeset 107437 in vbox for trunk/src/VBox/Main/src-all


Ignore:
Timestamp:
Jan 6, 2025 6:05:59 PM (2 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166489
Message:

ExtPackManagerImpl.cpp: Fixed a warning found by Parfait. ​This skipped calling the uninstallation hook in ExtPack::i_callUninstallHookAndClose() if a_fForcedRemoval was set to true. Needs review. jiraref:VBP-1424

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-all/ExtPackManagerImpl.cpp

    r106061 r107437  
    944944        && m->hMainMod != NIL_RTLDRMOD)
    945945    {
    946         if (m->pReg->pfnUninstall && !a_fForcedRemoval)
     946        if (m->pReg->pfnUninstall)
    947947        {
    948948            int vrc = m->pReg->pfnUninstall(m->pReg, a_pVirtualBox);
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