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,10 +375,10 @@ void CWebTVSetup::webchannels_auto()
{
printf("[CWebTVSetup] skipping: %s\n", webchannel_file);
}
free(filelist[count]);
}
free(filelist);
free(filelist[count]);
}
free(filelist);
}
}
}