Ticket #4566: 4566-dbg-v1.patch

File 4566-dbg-v1.patch, 430 bytes (added by danielk, 16 years ago)

potential fix

  • libs/libmythtv/dvbstreamhandler.cpp

     
    200200
    201201    if (IsRunning())
    202202    {
     203        if (_device_read_buffer)
     204            _device_read_buffer->Stop();
    203205        SetRunning(false);
    204206        pthread_join(_reader_thread, NULL);
    205207    }