summaryrefslogtreecommitdiff
path: root/plugins/lastfm
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-12-06 20:12:24 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-12-06 20:12:24 +0100
commit77f19717a6dafd725c755b1c4289d1faae0fac2f (patch)
tree1dc1056b17c559e56fb3c9dad24a2602245919ba /plugins/lastfm
parent6778b15370f2eeeea1c0feb3e7ae149e8e500619 (diff)
fixed one more lastfm hang on exit
Diffstat (limited to 'plugins/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 63dcca39..db033e4f 100644
--- a/plugins/lastfm/lastfm.c
+++ b/plugins/lastfm/lastfm.c
@@ -598,7 +598,7 @@ lfm_send_submissions (void) {
}
else {
trace ("submission successful, response:\n%s\n", lfm_reply);
- deadbeef->mutex_lock (lfm_mutex);
+// deadbeef->mutex_lock (lfm_mutex);
for (i = 0; i < LFM_SUBMISSION_QUEUE_SIZE; i++) {
if (lfm_subm_queue[i]) {
deadbeef->pl_item_free (lfm_subm_queue[i]);