mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
vtl: fflush stdout/in after writing to external process
This commit is contained in:
parent
74c9bc6fcc
commit
bbb4aa0141
1 changed files with 1 additions and 0 deletions
|
|
@ -658,6 +658,7 @@ SystemExec::write_to_stdin(std::string d, size_t len)
|
|||
}
|
||||
c += r;
|
||||
}
|
||||
fsync(pin[1]);
|
||||
::pthread_mutex_unlock(&write_lock);
|
||||
return c;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue