struct dvb_frontend_info dfi;
SHA_CTX sha1;
uint8_t uuidbin[20];
- htsmsg_t *conf = NULL, *feconf = NULL;
+ htsmsg_t *conf, *feconf;
#if DVB_VER_ATLEAST(5,10)
int fetypes[4] = { 0 };
struct dtv_property cmd = {
/* Process each frontend */
for (i = 0; i < 32; i++) {
+ conf = feconf = NULL;
+
snprintf(fe_path, sizeof(fe_path), FE_PATH, path, i);
/* Wait for access (first FE can take a fe ms to be setup) */
#endif
pthread_mutex_unlock(&global_lock);
htsmsg_destroy(conf);
- conf = feconf = NULL;
}
/* Relock before exit */