summaryrefslogtreecommitdiff
path: root/gtk2_ardour/step_editor.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2018-01-27 15:44:59 +0100
committerRobin Gareus <robin@gareus.org>2018-01-27 15:44:59 +0100
commitccddc0db3a345fbebf730596d2ba3754e260c2d3 (patch)
tree137f3d4b9c742a70ff73bcfc2a5d3160c0875469 /gtk2_ardour/step_editor.cc
parent48c1a2428414761d5f461d8fa2cbbc7b1143deca (diff)
Fix some small memory leaks (GUI)
Diffstat (limited to 'gtk2_ardour/step_editor.cc')
-rw-r--r--gtk2_ardour/step_editor.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/step_editor.cc b/gtk2_ardour/step_editor.cc
index 94b0894bd5..a1bdcca451 100644
--- a/gtk2_ardour/step_editor.cc
+++ b/gtk2_ardour/step_editor.cc
@@ -204,6 +204,7 @@ StepEditor::check_step_edit ()
step_add_note (buf[0] & 0xf, buf[1], buf[2], Temporal::Beats());
}
}
+ delete [] buf;
}
int