summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mplayer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mplayer.c b/mplayer.c
index 0a0172bb08..00fcd475e0 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -334,6 +334,8 @@ void uninit_player(unsigned int mask){
}
#endif
+ current_module=NULL;
+
}
void exit_player(char* how){