VirtualBox

Changeset 29420 in vbox


Ignore:
Timestamp:
May 12, 2010 1:07:46 PM (15 years ago)
Author:
vboxsync
Message:

Don't assert

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServicePageSharing.cpp

    r29367 r29420  
    243243                pModule->Core.Key = ModuleInfo.modBaseAddr;
    244244                pModule->hModule  = LoadLibraryEx(ModuleInfo.szExePath, 0, DONT_RESOLVE_DLL_REFERENCES);
    245                 Assert(pModule->hModule);
    246 
    247                 VBoxServicePageSharingRegisterModule(hProcess, pModule);
     245                if (pModule->hModule)
     246                    VBoxServicePageSharingRegisterModule(hProcess, pModule);
    248247
    249248                pRec = &pModule->Core;
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