• Max Kellermann's avatar
    output/Source: reset current_chunk in Open() · b1fe1059
    Max Kellermann authored
    If the output is already open, the `current_chunk` pointer may be
    bogus and out of sync with `SharedPipeConsumer::chunk`, leading to an
    assertion failure in `SharedPipeConsumer::Consume()`.
    
    Fixes #411
    b1fe1059
Source.cxx 6.26 KB