timeshift: Fix possible deadlock (due to missing unlock)
This commit is contained in:
parent
8be121f558
commit
d262726729
1 changed files with 0 additions and 1 deletions
|
@ -396,7 +396,6 @@ void *timeshift_reader ( void *p )
|
|||
} else {
|
||||
tvhlog(LOG_ERR, "timeshift", "ts %d failed to get current file", ts->id);
|
||||
skip = NULL;
|
||||
break;
|
||||
}
|
||||
pthread_mutex_unlock(&ts->rdwr_mutex);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue