mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-27 15:45:56 -05:00
Plug leak of pl_base
This commit is contained in:
parent
e2390f9d22
commit
87bd2b8ec4
@ -198,6 +198,8 @@ scan_m3u_playlist(char *file)
|
||||
free(filename);
|
||||
}
|
||||
|
||||
free(pl_base);
|
||||
|
||||
if (!feof(fp))
|
||||
{
|
||||
DPRINTF(E_LOG, L_SCAN, "Error reading playlist '%s': %s\n", file, strerror(errno));
|
||||
|
Loading…
Reference in New Issue
Block a user