summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-03-01 21:23:01 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-03-01 21:23:01 +0100
commitad01f11e01d53f6d7fad5e9b236b4a7982af68a3 (patch)
treeeaffa47ff44a45aa92294ab2dc063a70f8771a10
parent6817d4b2d58c55a603ca16bc24061d7364120c20 (diff)
use non-recursive mutex in lastfm
-rw-r--r--plugins/lastfm/lastfm.c2
1 files changed, 1 insertions, 1 deletions
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