Ticket #1826: consecutive_recordings.diff

File consecutive_recordings.diff, 422 bytes (added by Janne <janne-mythtv@…>, 19 years ago)
  • libs/libmythtv/tv_rec.cpp

     
    467467        stateChangeLock.unlock();
    468468        StopRecording();
    469469        stateChangeLock.lock();
     470        // Flush out events...
     471        WaitForEventThreadSleep();
    470472    }
    471473
    472474    if (internalState == kState_None)