make sure pvr muxer is freed
This commit is contained in:
parent
459bf3fd50
commit
bf59755681
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue