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:
parent
b168ce6eed
commit
b5d4e78b94
@ -298,6 +298,8 @@ def stopMplayer(*args):
|
||||
if not mplayerManager:
|
||||
return
|
||||
mplayerManager.kill()
|
||||
if isWin:
|
||||
cleanupOldMplayerProcesses()
|
||||
|
||||
addHook("unloadProfile", stopMplayer)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user