Changeset 23908 in vbox
- Timestamp:
- Oct 20, 2009 3:46:10 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 53709
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/string.h
r23907 r23908 230 230 if (pstr) 231 231 { 232 if (*pstr) 233 { 234 ::SysFreeString (*pstr); 235 *pstr = NULL; 236 } 232 *pstr = NULL; 237 233 raw_copy (*pstr, bstr); 238 234 } … … 416 412 if (pstr) 417 413 { 418 if (*pstr) 419 { 420 ::SysFreeString (*pstr); 421 *pstr = NULL; 422 } 414 *pstr = NULL; 423 415 Bstr::raw_copy(*pstr, m_psz); 424 416 }
Note:
See TracChangeset
for help on using the changeset viewer.