From 77f19717a6dafd725c755b1c4289d1faae0fac2f Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sun, 6 Dec 2009 20:12:24 +0100 Subject: fixed one more lastfm hang on exit --- plugins/lastfm/lastfm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') 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]); -- cgit v1.2.3