VirtualBox

Changeset 44099 in vbox for trunk/src/VBox/Additions/common


Ignore:
Timestamp:
Dec 12, 2012 8:35:51 AM (12 years ago)
Author:
vboxsync
Message:

Need coffee first.

File:
1 edited

Legend:

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

    r44098 r44099  
    7777        {
    7878            RTMemFree(pNode);
    79             return VERR_NO_MEMORY;
     79            return NULL;
    8080        }
    8181        pNode->pszValue = NULL;
     
    385385void VBoxServicePropCacheDestroy(PVBOXSERVICEVEPROPCACHE pCache)
    386386{
    387     AssertPtrReturn(pCache, VERR_INVALID_POINTER);
     387    AssertPtrReturnVoid(pCache);
    388388    Assert(pCache->uClientID);
    389389
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