diff src/alsa/init.c @ 1753:c730f0212456

Use a GStaticMutex instead of a GMutex to avoid crashing and resource conflicts.
author William Pitcock <nenolod@atheme.org>
date Thu, 20 Sep 2007 10:36:56 -0500
parents 63feceeb3799
children 2ebeb7816c5e
line wrap: on
line diff
--- a/src/alsa/init.c	Wed Sep 19 17:44:13 2007 +0200
+++ b/src/alsa/init.c	Thu Sep 20 10:36:56 2007 -0500
@@ -55,6 +55,4 @@
 		g_message("Cannot load alsa library: %s", dlerror());
 		/* FIXME, this plugin wont work... */
 	}
-
-	alsa_mutex = g_mutex_new();
 }