From bded25b2bafd98fce08b6cdcd6276b3dcf508cbc Mon Sep 17 00:00:00 2001 From: waker Date: Tue, 7 Jun 2011 20:53:56 +0200 Subject: few fixes to make it possible to reinitialize player after complete shutdown, without restarting process --- conf.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf.c') diff --git a/conf.c b/conf.c index 887ad053..f875d349 100644 --- a/conf.c +++ b/conf.c @@ -52,7 +52,10 @@ conf_free (void) { next = it->next; conf_item_free (it); } + conf_items = NULL; + changed = 0; mutex_free (mutex); + mutex = 0; } int -- cgit v1.2.3