make sure pvr muxer is freed

This commit is contained in:
John Törnblom 2012-11-26 11:34:59 +01:00
parent 459bf3fd50
commit bf59755681

View file

@ -544,6 +544,10 @@ dvr_thread(void *aux)
pthread_mutex_lock(&sq->sq_mutex);
}
pthread_mutex_unlock(&sq->sq_mutex);
if(de->de_mux)
dvr_thread_epilog(de);
return NULL;
}