fix incorrect location of step sequencer request object "deletion" (really: pool return)

This commit is contained in:
Paul Davis 2018-11-16 12:53:51 -05:00
parent 1edcc3d279
commit 2ae616bf44

View file

@ -688,9 +688,9 @@ StepSequencer::check_requests ()
changed = true; changed = true;
} }
} }
}
delete req; delete req;
}
if (changed) { if (changed) {
PropertyChange pc; PropertyChange pc;