Main, ...: catch any exception, not just std::runtime_error
This commit is contained in:
@@ -251,7 +251,7 @@ ShoutOutput::Close() noexcept
|
||||
try {
|
||||
encoder->End();
|
||||
WritePage();
|
||||
} catch (const std::runtime_error &) {
|
||||
} catch (...) {
|
||||
/* ignore */
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user