changeset 2910:6c40707ce9d5

remove e.p. lock after timeout
author Andrew O. Shadoura <bugzilla@tut.by>
date Wed, 13 Aug 2008 21:58:46 +0300
parents 639241e725e2
children 23c437ada180 08e905b6da9b
files src/icecast/icecast.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/icecast/icecast.c	Wed Aug 13 21:56:39 2008 +0300
+++ b/src/icecast/icecast.c	Wed Aug 13 21:58:46 2008 +0300
@@ -467,6 +467,7 @@
     }
     shout = NULL;
     ice_tid = 0;
+    ep_playing = FALSE;
     g_debug("ICE_REAL_CLOSE");
     return FALSE;
 }