From ad01f11e01d53f6d7fad5e9b236b4a7982af68a3 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Mon, 1 Mar 2010 21:23:01 +0100 Subject: use non-recursive mutex in lastfm --- plugins/lastfm/lastfm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/lastfm/lastfm.c b/plugins/lastfm/lastfm.c index a91e016a..79946d14 100644 --- a/plugins/lastfm/lastfm.c +++ b/plugins/lastfm/lastfm.c @@ -768,7 +768,7 @@ lastfm_start (void) { lfm_cond = 9; lfm_tid = 0; lfm_stopthread = 0; - lfm_mutex = deadbeef->mutex_create (); + lfm_mutex = deadbeef->mutex_create_nonrecursive (); lfm_cond = deadbeef->cond_create (); lfm_tid = deadbeef->thread_start (lfm_thread, NULL); // subscribe to frameupdate event -- cgit v1.2.3