input/thread: move code to Stop()

Fixes crash due to "pure virtual method called" in the "mms" input
plugin.  Closes #253
This commit is contained in:
Max Kellermann
2018-03-15 19:23:31 +01:00
parent e8099f01b5
commit 73013a3c04
4 changed files with 30 additions and 3 deletions

2
NEWS
View File

@@ -2,7 +2,7 @@ ver 0.20.19 (not yet released)
* protocol
- validate absolute seek time, reject negative values
* input
- mms: fix lockup bug
- mms: fix lockup bug and a crash bug
* macOS: fix crash bug
ver 0.20.18 (2018/02/24)