diff options
Diffstat (limited to '')
-rw-r--r-- | src/screen_search.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screen_search.c b/src/screen_search.c index cf919218a..803772f4f 100644 --- a/src/screen_search.c +++ b/src/screen_search.c @@ -190,6 +190,7 @@ filelist_search(mpdclient_t *c, mpd_unused int exact_match, int table, local_pattern); filelist_move(list, list2); + filelist_free(list2); filelist_sort(list, compare_filelistentry_format); list->updated = TRUE; } else |