Changeset 54810 in vbox
- Timestamp:
- Mar 17, 2015 12:15:29 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/win/cfg/VBoxDrvCfg.cpp
r53038 r54810 349 349 static HRESULT vboxDrvCfgInfQueryFirstPnPId(HINF hInf, LPWSTR *lppszPnPId) 350 350 { 351 *lppszPnPId = NULL; 352 351 353 LPWSTR lpszModels; 352 354 LPWSTR lpszPnPId; … … 371 373 372 374 if (hr != S_OK) 373 {374 375 NonStandardLogRelCrap((__FUNCTION__ ": vboxDrvCfgRegQueryKeyValue for models (%S) failed, hr=0x%x\n", lpszModels, hr)); 375 }376 376 } 377 377 /* free models string right away */ 378 378 free(lpszModels); 379 379 if (hr != S_OK) 380 {381 380 return hr; 382 }383 381 384 382 *lppszPnPId = lpszPnPId;
Note:
See TracChangeset
for help on using the changeset viewer.