mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
fix possible crash when setting delivery name w/o panshell
This commit is contained in:
parent
a5eacb7552
commit
65671fd59e
1 changed files with 1 additions and 1 deletions
|
|
@ -557,7 +557,7 @@ Delivery::set_name (const std::string& name)
|
|||
{
|
||||
bool ret = IOProcessor::set_name (name);
|
||||
|
||||
if (ret) {
|
||||
if (ret && _panshell) {
|
||||
ret = _panshell->set_name (name);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue