summaryrefslogtreecommitdiff
path: root/conf.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-06-07 20:53:56 +0200
committerGravatar waker <wakeroid@gmail.com>2011-06-12 13:40:20 +0200
commitbded25b2bafd98fce08b6cdcd6276b3dcf508cbc (patch)
tree16a1981a7af2dbfdb1648fe9148c9d4d0426035e /conf.c
parent888bb4bd239e695a6937bf5deaf97e72de79f1f6 (diff)
few fixes to make it possible to reinitialize player after complete shutdown, without restarting process
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c3
1 files changed, 3 insertions, 0 deletions
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