changeset 1863:bb7710b16dc2

reset module status after uninit
author arpi
date Thu, 06 Sep 2001 20:44:42 +0000
parents 2fa80ba21968
children ff547d7d4ab3
files mplayer.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mplayer.c	Thu Sep 06 18:10:56 2001 +0000
+++ b/mplayer.c	Thu Sep 06 20:44:42 2001 +0000
@@ -334,6 +334,8 @@
   }
 #endif
 
+  current_module=NULL;
+
 }
 
 void exit_player(char* how){