When a mux is destroyed, update adapter settings file
This commit is contained in:
parent
e01b06d7d6
commit
64291a2dc3
1 changed files with 2 additions and 0 deletions
2
dvb.c
2
dvb.c
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue