fix last commit; webtv_setup fix scandir memleak

This commit is contained in:
Jacek Jendrzej
2020-01-03 17:25:35 +01:00
parent 106c34f5dc
commit f9314ec109

View File

@@ -375,12 +375,12 @@ void CWebTVSetup::webchannels_auto()
{ {
printf("[CWebTVSetup] skipping: %s\n", webchannel_file); printf("[CWebTVSetup] skipping: %s\n", webchannel_file);
} }
}
free(filelist[count]); free(filelist[count]);
} }
free(filelist); free(filelist);
} }
} }
}
} }
// webradio wrapper for webchannels_autodir() // webradio wrapper for webchannels_autodir()