[xiph-commits] r8348 - icecast/trunk/icecast/src

karl at motherfish-iii.xiph.org karl at motherfish-iii.xiph.org
Tue Dec 7 18:30:01 PST 2004


Author: karl
Date: 2004-12-07 18:30:01 -0800 (Tue, 07 Dec 2004)
New Revision: 8348

Modified:
   icecast/trunk/icecast/src/stats.c
Log:
duplicate unlock left in


Modified: icecast/trunk/icecast/src/stats.c
===================================================================
--- icecast/trunk/icecast/src/stats.c	2004-12-08 02:28:07 UTC (rev 8347)
+++ icecast/trunk/icecast/src/stats.c	2004-12-08 02:30:01 UTC (rev 8348)
@@ -562,7 +562,6 @@
             thread_mutex_unlock(&_global_event_mutex);
 
             event->next = NULL;
-            thread_mutex_unlock(&_global_event_mutex);
 
             thread_mutex_lock(&_stats_mutex);
 



More information about the commits mailing list