summaryrefslogtreecommitdiff
path: root/playlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'playlist.c')
-rw-r--r--playlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/playlist.c b/playlist.c
index c760f2a7..bfabc972 100644
--- a/playlist.c
+++ b/playlist.c
@@ -3469,8 +3469,8 @@ pl_search_reset (void) {
void
pl_search_process (const char *text) {
- pl_search_reset ();
GLOBAL_LOCK;
+ pl_search_reset ();
for (playItem_t *it = playlist->head[PL_MAIN]; it; it = it->next[PL_MAIN]) {
it->selected = 0;
if (*text) {