From 293e3e0fd7ec13f66cefe95e0aaebac9b30bcc20 Mon Sep 17 00:00:00 2001 From: "Igor B. Poretsky" Date: Sat, 4 Feb 2017 12:15:48 +0300 Subject: FS#9213 - Fix for audio dropout after startup Original Patch by Martin Buck Updated by Igor Poretsky --- apps/tagcache.c | 2 ++ docs/CREDITS | 1 + 2 files changed, 3 insertions(+) diff --git a/apps/tagcache.c b/apps/tagcache.c index e1b99bd3a7..7265ce87b2 100644 --- a/apps/tagcache.c +++ b/apps/tagcache.c @@ -4302,6 +4302,8 @@ static bool check_deleted_files(void) logf("-> %s / %ld", buf, tfe.tag_length); delete_entry(tfe.idx_id); } + + do_timed_yield(); } close(fd); diff --git a/docs/CREDITS b/docs/CREDITS index b9077bbf3c..81b2f8ccff 100644 --- a/docs/CREDITS +++ b/docs/CREDITS @@ -682,6 +682,7 @@ Yangyong Wu Andy Potter Stefan Waigand Guo Zhong Kai +Martin Buck The libmad team The wavpack team -- cgit v1.2.3