1
0
Fork 0

WASAPI: fixed rare crash

This commit is contained in:
Eugene 2021-12-22 22:47:06 +02:00
parent 029473919c
commit 3478d7f4be
1 changed files with 0 additions and 1 deletions

View File

@ -628,7 +628,6 @@ error2:
if ( notification_client.lpVtbl->QueryInterface ) {
pEnumerator->lpVtbl->UnregisterEndpointNotificationCallback( pEnumerator, (IMMNotificationClient *)&notification_client );
Com_Memset( &notification_client, 0, sizeof( notification_client ) );
}
pEnumerator->lpVtbl->Release( pEnumerator ); pEnumerator = NULL;