[channels,audin] negotiated format must be cleaned after closing.

This commit is contained in:
Vic Lee 2023-06-28 12:55:54 +08:00 committed by Martin Fleisz
parent 0c15f72169
commit eda91e6695
1 changed files with 2 additions and 0 deletions

View File

@ -528,6 +528,8 @@ static BOOL audin_server_close(audin_server_context* context)
audin->audin_channel = NULL;
}
audin->audin_negotiated_format = NULL;
return TRUE;
}