mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
fix incorrect location of step sequencer request object "deletion" (really: pool return)
This commit is contained in:
parent
1edcc3d279
commit
2ae616bf44
1 changed files with 2 additions and 2 deletions
|
|
@ -688,9 +688,9 @@ StepSequencer::check_requests ()
|
|||
changed = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
delete req;
|
||||
delete req;
|
||||
}
|
||||
|
||||
if (changed) {
|
||||
PropertyChange pc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue