timeshift: Fix possible deadlock (due to missing unlock)

This commit is contained in:
Andreas Öman 2013-01-09 23:23:21 +01:00
parent 8be121f558
commit d262726729

View file

@ -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 {