Changeset 55809 in vbox for trunk/src/VBox/Main/glue
- Timestamp:
- May 11, 2015 7:04:31 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/com.cpp
r53834 r55809 83 83 void GetInterfaceNameByIID(const GUID &aIID, BSTR *aName) 84 84 { 85 Assert(aName); 86 if (!aName) 87 return; 88 85 AssertPtrReturnVoid(aName); 89 86 *aName = NULL; 90 87 … … 115 112 { 116 113 SysFreeString(*aName); 117 aName = NULL;114 *aName = NULL; 118 115 } 119 116 }
Note:
See TracChangeset
for help on using the changeset viewer.