When a mux is destroyed, update adapter settings file

This commit is contained in:
Andreas Öman 2008-05-04 06:30:20 +00:00
parent e01b06d7d6
commit 64291a2dc3

2
dvb.c
View file

@ -447,6 +447,8 @@ dvb_mux_destroy(th_dvb_mux_instance_t *tdmi)
dvb_fe_flush(tdmi);
dvb_mux_unref(tdmi);
pthread_mutex_unlock(&tda->tda_lock);
dvb_tda_save(tda);
}