cleanup old mplayer instances in profile unload as well

possible fix for users still having permission errors when
renaming profiles
This commit is contained in:
Damien Elmes 2019-03-05 09:01:31 +10:00
parent b168ce6eed
commit b5d4e78b94

View File

@ -298,6 +298,8 @@ def stopMplayer(*args):
if not mplayerManager:
return
mplayerManager.kill()
if isWin:
cleanupOldMplayerProcesses()
addHook("unloadProfile", stopMplayer)