input/Plugin: add noexcept

This commit is contained in:
Max Kellermann
2020-09-21 11:42:07 +02:00
parent 2c05752071
commit 07e524509f
6 changed files with 12 additions and 8 deletions

View File

@@ -189,7 +189,7 @@ InitTidalInput(EventLoop &event_loop, const ConfigBlock &block)
}
static void
FinishTidalInput()
FinishTidalInput() noexcept
{
delete tidal_session;
}