mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 13:39:47 -05:00
Plug leak of pl_base
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user