mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +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;
|
changed = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
delete req;
|
delete req;
|
||||||
|
}
|
||||||
|
|
||||||
if (changed) {
|
if (changed) {
|
||||||
PropertyChange pc;
|
PropertyChange pc;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue