mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
fix last commit; webtv_setup fix scandir memleak
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user