Changeset 83240 in vbox
- Timestamp:
- Mar 10, 2020 10:14:40 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Devices/Audio/DrvHostDSound.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostDSound.cpp
r82968 r83240 2583 2583 if (pThis->m_pNotificationClient) 2584 2584 { 2585 pThis->m_pNotificationClient-> Dispose();2585 pThis->m_pNotificationClient->Unregister(); 2586 2586 pThis->m_pNotificationClient->Release(); 2587 2587 … … 2683 2683 2684 2684 HRESULT hr = pThis->m_pNotificationClient->Initialize(); 2685 if (SUCCEEDED(hr)) 2686 hr = pThis->m_pNotificationClient->Register(); 2687 2685 2688 if (FAILED(hr)) 2686 2689 rc = VERR_AUDIO_BACKEND_INIT_FAILED; … … 2688 2691 catch (std::bad_alloc &ex) 2689 2692 { 2690 NOREF(ex);2693 RT_NOREF(ex); 2691 2694 rc = VERR_NO_MEMORY; 2692 2695 }
Note:
See TracChangeset
for help on using the changeset viewer.

