From f27670a112d90c6053e84b82d109793f87a40065 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Sat, 14 Oct 2023 11:56:26 +1100 Subject: acquire spi lock in the opus tag parser --- src/database/file_gatherer.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/database/file_gatherer.cpp') diff --git a/src/database/file_gatherer.cpp b/src/database/file_gatherer.cpp index 55777139..0809ee0d 100644 --- a/src/database/file_gatherer.cpp +++ b/src/database/file_gatherer.cpp @@ -70,6 +70,7 @@ auto FileGathererImpl::FindFiles( } } + auto lock = drivers::acquire_spi(); f_closedir(&dir); to_explore.pop_front(); } -- cgit v1.2.3