Skip to content

Release for gen3-test v3

Latest
Compare
Choose a tag to compare
@andr2000 andr2000 released this 23 Jun 18:31
· 6 commits to master since this release
Alsa: fix throwing empty exception

Calling throw without active exception leads to crash because according to throw
definition: "This form is only allowed when an exception is presently being
handled (it calls std::terminate if used otherwise)".
The fix is to return Alsa::Exception instead.

Signed-off-by: Oleksandr Grytsov <[email protected]>
Reviewed-by: Oleksandr Andrushchenko <[email protected]>