mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-29 00:23:23 -05:00
[mpd] Some minor fixup
This commit is contained in:
parent
64dd6b93da
commit
a94fda38cc
@ -2422,7 +2422,6 @@ mpd_get_query_params_find(int argc, char **argv, struct query_params *qp)
|
||||
else
|
||||
c2 = db_mprintf("%s", c1);
|
||||
|
||||
if (qp->filter)
|
||||
free(qp->filter);
|
||||
|
||||
qp->filter = c2;
|
||||
@ -3051,7 +3050,6 @@ mpd_get_query_params_search(int argc, char **argv, struct query_params *qp)
|
||||
else
|
||||
c2 = db_mprintf("%s", c1);
|
||||
|
||||
if (qp->filter)
|
||||
free(qp->filter);
|
||||
|
||||
qp->filter = c2;
|
||||
|
Loading…
Reference in New Issue
Block a user