From: Andreas Ă–man Date: Wed, 9 Jan 2013 22:23:21 +0000 (+0100) Subject: timeshift: Fix possible deadlock (due to missing unlock) X-Git-Tag: v3.5~132 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d262726729fee68e5588378f04a6c9e104684dd9;p=thirdparty%2Ftvheadend.git timeshift: Fix possible deadlock (due to missing unlock) --- diff --git a/src/timeshift/timeshift_reader.c b/src/timeshift/timeshift_reader.c index 4f6754f91..1f772ffe1 100644 --- a/src/timeshift/timeshift_reader.c +++ b/src/timeshift/timeshift_reader.c @@ -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 {